19 lines
548 B
Bash
19 lines
548 B
Bash
|
# Template file for 'SoapyHackRF'
|
||
|
pkgname=SoapyHackRF
|
||
|
version=0.3.2
|
||
|
revision=1
|
||
|
wrksrc="${pkgname}-soapy-hackrf-${version}"
|
||
|
build_style=cmake
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="SoapySDR-devel libhackrf-devel"
|
||
|
short_desc="SoapySDR module for HackRF"
|
||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/pothosware/SoapyHackRF"
|
||
|
distfiles="${homepage}/archive/soapy-hackrf-${version}.tar.gz"
|
||
|
checksum=1f96103e9390f059e469b537c9f697fe998df10c78504f531408626023dc81fd
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|