blob: 056b08336de5a445e76fb22538d577b0dae23170 [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_PROJECT="chromiumos/third_party/huddly-updater"
inherit cros-workon udev
DESCRIPTION="A utility to update Huddly camera firmware"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/huddly-updater"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
DEPEND="
virtual/libusb:1
virtual/libudev:0="
RDEPEND="${DEPEND}
app-arch/unzip"
src_install() {
dosbin huddly-updater
udev_dorules conf/99-huddly.rules
}