blob: 46f82eb4c60c2a4e58d63126e07c9bce390f3788 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="88aa40800795f515cc44aa5ce6979f6ee866e4b6"
CROS_WORKON_TREE="8bf3fbf917daee37d6e95aa4472e1736003bd73c"
CROS_WORKON_PROJECT="chromiumos/third_party/aver-updater"
inherit cros-workon libchrome udev user
DESCRIPTION="AVer firmware updater"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/aver-updater"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
RDEPEND="
chromeos-base/libbrillo
"
src_configure() {
cros-workon_src_configure
}
src_install() {
dosbin aver-updater
udev_dorules conf/99-run-aver-updater.rules
}
pkg_preinst() {
enewuser cfm-firmware-updaters
enewgroup cfm-firmware-updaters
}