blob: 64102478e909ace9d0409ff0defa26c35cc3a602 [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="1f82b88e48d13f45a2950326e4f4958dc05e02a5"
CROS_WORKON_TREE="ba9bf4b2acb978816bbea1b371554a1de209af3b"
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}"