blob: 8bedf17a7cc9b1bcf810d4f46843cb8c69d89938 [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="d5f4dc19a6af173932c7db54e1550aef00eb2f55"
CROS_WORKON_TREE="55dda3b3dc30d53d5401aa7b9aa5019068d99fbb"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME=("../platform/dev")
CROS_WORKON_SUBTREE="src/chromiumos/test/provision"
inherit cros-go cros-workon
DESCRIPTION="Provision server implementation for installing CrOS on a test device"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/dev-util/+/HEAD/src/chromiumos/test/provision"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
CROS_GO_WORKSPACE=(
"${S}"
)
CROS_GO_BINARIES=(
"chromiumos/test/provision/cmd/provisionserver"
)
CROS_GO_TEST=(
"chromiumos/test/provision/cmd/provisionserver/..."
)
CROS_GO_VET=(
"${CROS_GO_TEST[@]}"
)
DEPEND="
dev-util/lro-server
"
RDEPEND="${DEPEND}"