vp-build/srcpkgs/SoapyAirspy/template

19 lines
560 B
Bash

# Template file for 'SoapyAirspy'
pkgname=SoapyAirspy
version=0.1.1
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=21277c22aad441ce11be011d6f05383ba9d5192818151270566b1dacc670e1d5
post_install() {
vlicense LICENSE.txt LICENSE
}