New package: SoapyAirspy-0.1.1

Closes: #12948 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
bra1nwave 2018-03-27 10:40:57 +02:00 committed by Jürgen Buchmüller
parent 89992062c2
commit 77a840082e
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 18 additions and 0 deletions

View File

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