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