blob: 267359cfa45c804f344a4454efe823539752deed [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
# Disable cros-workon auto-uprev since this is an external package.
# Must manage commit hash manually.
CROS_WORKON_BLACKLIST="1"
# The dev-go/luci-* packages are all built from this repo. They should
# be updated together.
CROS_WORKON_COMMIT="cd0af436c99af77e8b752efda9d38413290faf66"
CROS_WORKON_PROJECT="infra/luci/luci-go"
CROS_WORKON_DESTDIR="${S}/src/go.chromium.org/luci"
CROS_GO_PACKAGES=(
"go.chromium.org/luci/hardcoded/chromeinfra"
)
CROS_GO_TEST=(
"${CROS_GO_PACKAGES[@]}"
)
inherit cros-workon cros-go
DESCRIPTION="LUCI Go hardcoded chrome infra values library"
HOMEPAGE="https://chromium.googlesource.com/infra/luci/luci-go/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/luci-auth
dev-go/homedir
"
RDEPEND="${DEPEND}"