1 # Maintainer: Filipe LaĆns (FFY00) <lains@archlinux.org>
6 _gitver=soapy-airspy-$pkgver
8 pkgdesc='Soapy SDR plugin for the the Airspy'
10 url='https://github.com/pothosware/SoapyAirspy'
12 depends=('soapysdr' 'airspy')
14 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
15 sha512sums=('1ba873d093209e42883508dc30b7c605fe1f7bf0b5df613adb4941e976575f8f7f71fe99d57038ff51536c5a7a68a869412e47b4e3e112e633546778b5b0e8d4')
18 mkdir -p $_pkgname-$_gitver/build
19 cd $_pkgname-$_gitver/build
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_BUILD_TYPE=Release
29 cd $_pkgname-$_gitver/build
31 make DESTDIR="$pkgdir" install