blob: 1b7728194eae55ae6e21e5da1d731aa279458091 [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="b766733ee23098959e241e7afecba99bf7da12e8"
CROS_WORKON_TREE="37002ad51ef51e1a1ef495c8170ecf818021471d"
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"