void-packages/srcpkgs/sigrok-firmware-fx2lafw/template

18 lines
624 B
Bash

# Template file for 'sigrok-firmware-fx2lafw'
pkgname=sigrok-firmware-fx2lafw
version=0.1.7
revision=3
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/"
changelog="https://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=blob_plain;f=NEWS;hb=HEAD"
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
}