blob: 95a979d9e4e8f91913adf6d0831c83228c346af5 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="66f1f0d949f4ca4836c1a65b622629205240e37a"
CROS_WORKON_TREE="9e4e01d060cdaf9232236674d7e2a5bd14f1dfae"
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="*"
IUSE=""
RDEPEND=""
DEPEND=""
src_compile() {
emake || die "emake failed"
}
src_install() {
dodir /usr/bin
exeinto /usr/bin
doexe tegra-power-query || die "doexe failed"
}