blob: 2039b636e5f70518ec6616327934641a65dfe328 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# This file is distributed under the terms of the GNU General Public License v2.
EAPI="6"
inherit cros-common.mk
DESCRIPTION="STMicroelectronics touchscreen controller firmware updater"
HOMEPAGE="https://github.com/stmicroelectronics-acp/st-touch-fw-updater"
SRC_URI="https://github.com/stmicroelectronics-acp/st-touch-fw-updater/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
src_install() {
dosbin st-touch-fw-updater
}