blob: b171361e6ef0f6a538d0448cce58b4210896bbcd [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
CROS_WORKON_COMMIT="fd14bc636d205c1271064a7011c7fa62b46ded52"
CROS_WORKON_TREE="b57eeabe515e5f3686dadc7d03c3e709432a0b7a"
CROS_WORKON_PROJECT="chromiumos/platform/tremplin"
CROS_WORKON_LOCALNAME="tremplin"
CROS_GO_BINARIES="chromiumos/tremplin"
CROS_GO_TEST=(
"chromiumos/tremplin/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
inherit cros-workon cros-go
DESCRIPTION="Tremplin LXD client with gRPC support"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tremplin/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="
app-emulation/lxd
chromeos-base/vm_guest_tools
dev-go/go-libaudit
dev-go/grpc
dev-go/netlink
dev-go/vsock
dev-go/yaml
"
RDEPEND="app-emulation/lxd"