blob: 4daf86c8d210fe1a9881e8556028e6cd0e1c0879 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_WORKON_PROJECT="chromiumos/infra/lucifer"
CROS_WORKON_LOCALNAME="../../infra/lucifer"
CROS_GO_BINARIES=(
"lucifer/cmd/lucifer"
)
inherit cros-workon cros-go
DESCRIPTION="Chromium OS testing infrastructure"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/infra/lucifer/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/errors
dev-go/gcp-bigquery
dev-go/go-sys
dev-go/luci-tsmon
dev-go/opencensus
dev-go/subcommands
dev-go/xerrors
"
RDEPEND=""