blob: a954c552703a2ab8c536d13d470b97925fa0a3ee [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="4066f05ebae55958e3d193f9177c310b1d480886"
CROS_WORKON_TREE="f8f5c025aaafb62a8eb703e7a1b554e8c01fbe2b"
CROS_WORKON_PROJECT="chromiumos/third_party/sis-updater"
inherit cros-workon libchrome udev user
DESCRIPTION="A tool to update SiS firmware on Mimo from Chromium OS."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/sis-updater"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
DEPEND="chromeos-base/libbrillo"
RDEPEND="${DEPEND}"
src_configure() {
cros-workon_src_configure
}
src_install() {
dosbin sis-updater
udev_dorules conf/99-sis-usb.rules
}
pkg_preinst() {
enewuser cfm-firmware-updaters
enewgroup cfm-firmware-updaters
}