void-packages/srcpkgs/SoapyAirspy/template
bra1nwave 77a840082e
New package: SoapyAirspy-0.1.1
Closes: #12948 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-08 15:18:14 +02:00

18 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
}