blob: 5be22f21d67cb80d7567d02ae9e306b212474c05 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_GO_SOURCE="github.com/google/fscrypt v${PV}"
CROS_GO_PACKAGES=(
"github.com/google/fscrypt/metadata"
"github.com/google/fscrypt/util"
)
inherit cros-go
DESCRIPTION="Go package for fscrypt utils "
HOMEPAGE="https://github.com/google/fscrypt"
SRC_URI="$(cros-go_src_uri)"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/cli
dev-go/crypto
dev-go/errors
dev-go/go-tools
dev-go/go-sys
dev-go/golint
dev-go/misspell
dev-go/protobuf-legacy-api
dev-go/staticcheck
sys-libs/pam:=
"
RDEPEND="${DEPEND}"