blob: 8536ea26bb6258afaf8fce18c97882c82228a294 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="6bf4c9f0430bde6ad44eb096c49e432278b260f1"
CROS_WORKON_TREE="784f84ba540da966078c0440fa8289e360615521"
CROS_WORKON_PROJECT="chromiumos/platform/tast"
CROS_WORKON_LOCALNAME="platform/tast"
inherit cros-go cros-workon
CROS_GO_VERSION="${PF}"
CROS_GO_PACKAGES=(
"chromiumos/tast/framework/protocol/..."
)
DESCRIPTION="Provides go bindings to proto APIs for tast"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast/"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
insinto /usr/lib/gopath/src/
cros-go_src_install
}