blob: efe5a87819ad4093969ce8bc1f7b11b9bc1cffcc [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="32463c6de8e8c98d4b1711937bc7678afc121a85"
CROS_WORKON_TREE="da5489f9ce6045d37c5e8eaf34e10eb7136c7b85"
CROS_WORKON_PROJECT="chromiumos/platform/battery_updater"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Battery Firmware Updater"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_install() {
insinto "/etc/init"
doins "scripts/chromeos-battery-update.conf"
exeinto "/opt/google/battery/scripts"
doexe scripts/chromeos-battery-update.sh
}