blob: 4b5cd7a755fcd96ef6792d1c7c2dbf8578b24578 [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=(
"chromiumos/infra/lucifer/cmd/lucifer_run_job"
"chromiumos/infra/lucifer/cmd/lucifer_watcher"
)
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=""
RDEPEND=""