blob: e07008108383ab9b1ba0ae0429370090095ce686 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit toolchain-funcs
DESCRIPTION="ELAN Standalone Trackpoint Firmware Update"
GIT_TAG="v${PV}"
HOMEPAGE="https://github.com/jinglewu/epstps2iap/"
MY_P="epstps2iap-${PV}"
SRC_URI="https://github.com/jinglewu/epstps2iap/archive/${GIT_TAG}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}/epstps2_updater"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_configure() {
tc-export CC
}
src_install() {
dosbin epstps2_updater
}