New package: SoapyHackRF-0.3.2

This commit is contained in:
bra1nwave 2018-03-27 10:40:53 +02:00 committed by Jürgen Buchmüller
parent fc7809070a
commit 89992062c2

View File

@ -0,0 +1,18 @@
# 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
}