void-packages/srcpkgs/SoapyAirspy/template

19 lines
560 B
Bash

# Template file for 'SoapyAirspy'
pkgname=SoapyAirspy
version=0.1.2
revision=1
wrksrc="${pkgname}-soapy-airspy-${version}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="SoapySDR-devel libairspy-devel"
short_desc="SoapySDR module for Airspy"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="MIT"
homepage="https://github.com/pothosware/SoapyAirspy"
distfiles="${homepage}/archive/soapy-airspy-${version}.tar.gz"
checksum=3c0bafd27063df1cbc7913c0b5d3d1d9a0624d25d290f0818261ae52d0f29ee8
post_install() {
vlicense LICENSE.txt LICENSE
}