blob: 08c98c1fa2c6052a5ef0687192b461b7a585a3d6 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="66f1f0d949f4ca4836c1a65b622629205240e37a"
CROS_WORKON_TREE="9e4e01d060cdaf9232236674d7e2a5bd14f1dfae"
EAPI=2
CROS_WORKON_PROJECT="chromiumos/third_party/tegra-power-query"
inherit cros-workon
DESCRIPTION="Utility monitoring power usage on Harmony and Seaboard"
HOMEPAGE=""
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND=""
DEPEND=""
src_compile() {
emake || die "emake failed"
}
src_install() {
dodir /usr/bin
exeinto /usr/bin
doexe tegra-power-query || die "doexe failed"
}