19 lines
575 B
Bash
19 lines
575 B
Bash
# Template file for 'sigrok-firmware-fx2lafw'
|
|
pkgname=sigrok-firmware-fx2lafw
|
|
version=0.1.7
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname}-bin-${version}"
|
|
short_desc="Sigrok fx2lafw Firmware files"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="GPL-2.0-or-later,LGPL-2.1-or-later"
|
|
homepage="https://sigrok.org/"
|
|
distfiles="https://sigrok.org/download/binary/${pkgname}/${pkgname}-bin-${version}.tar.gz"
|
|
checksum=c876fd075549e7783a6d5bfc8d99a695cfc583ddbcea0217d8e3f9351d1723af
|
|
|
|
do_install() {
|
|
for fw in fx2lafw-*.fw; do
|
|
vinstall "$fw" 644 usr/share/sigrok-firmware
|
|
done
|
|
}
|