blob: 37221941e3d41cfb2dc2ef77210355e0f9d8f369 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# This ebuild is for running tast DLC test in the lab and local dev setup.
# For future DLC autotests, a new installation process needs to be re-designed.
EAPI=6
CROS_WORKON_COMMIT="2fed51da9367e243361a0627e4bab23204df0200"
CROS_WORKON_TREE="bce02a9645aca73039299ca1f3515a44d74f75da"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME="dev"
CROS_WORKON_OUTOFTREE_BUILD="1"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_SUBTREE="nebraska"
inherit cros-workon
DESCRIPTION="Nebraska is a mock Omaha update server written in python"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/dev-util/+/master/nebraska"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
# Add an empty src_compile() so we bypass compile stage.
src_compile() { :; }
src_install() {
insinto /usr/local/bin
doins nebraska/nebraska.py
}