blob: 70b9ec72670b01b6b08e5ac73f50c06eeeb493f3 [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
CROS_WORKON_COMMIT="b7f473eb3407b2f78943fb9e90a44f1e3680edbe"
CROS_WORKON_TREE="93dbdc41219a9351e4a4ee70a5a4d3ae76324a41"
CROS_WORKON_PROJECT="chromiumos/infra/skylab_inventory"
CROS_WORKON_LOCALNAME="../../infra/skylab_inventory"
CROS_GO_WORKSPACE="${S}/go"
CROS_GO_BINARIES=(
"skyinv/cmd/skylab-inventory-servers"
"skyinv/cmd/skylab-inventory-mon"
)
CROS_GO_PACKAGES=(
"chromiumos/infra/skylab/inventory"
"chromiumos/infra/skylab/inventory/protos"
)
inherit cros-workon cros-go
DESCRIPTION="Chromium OS inventory tools"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/infra/skylab_inventory/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/errors
dev-go/go-sys
dev-go/luci-tsmon
dev-go/protobuf
"
RDEPEND="${DEPEND}"