blob: 3b5f346253c6a690d0874e723134ec0141e8477d [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"
DESCRIPTION="SiS Consoletool for Firmware Update"
HOMEPAGE="https://github.com/jason10071/sisConsoletool"
SRC_URI="https://github.com/jason10071/sisConsoletool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_install() {
dosbin bin/SiSGetFirmwareId
dosbin bin/SiSUpdateFW
}