blob: 02f0949f52d0eeb1c26baca139ef6949b1e3ee49 [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"
inherit toolchain-funcs
DESCRIPTION="G2touch touchscreen firmware update tool"
HOMEPAGE="https://github.com/g2touch/g2update_tool"
SRC_URI="https://github.com/g2touch/g2update_tool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_configure() {
tc-export CC CXX
}
src_install() {
dosbin bin/g2fwcheck
dosbin bin/g2updater
}