blob: da69429b2f9db722893af436405b41e153f84d06 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit toolchain-funcs
DESCRIPTION="Himax I2C-HID Utility for Firmware Update"
GIT_TAG="V${PV}"
HOMEPAGE="https://github.com/HimaxSoftware/hx_hid_util"
SRC_URI="https://github.com/HimaxSoftware/hx_hid_util/archive/${GIT_TAG}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_configure() {
tc-export CXX
}
src_install() {
dosbin hx_util
}