18 lines
510 B
Bash
18 lines
510 B
Bash
# Template file for 'SoapyAirspy'
|
|
pkgname=SoapyAirspy
|
|
version=0.1.2
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="SoapySDR-devel libairspy-devel"
|
|
short_desc="SoapySDR module for Airspy"
|
|
maintainer="Orphaned <orphan@voidlinux.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
|
|
}
|