19 lines
627 B
Bash
19 lines
627 B
Bash
# Template file for 'SoapyRTLSDR'
|
|
pkgname=SoapyRTLSDR
|
|
version=0.3.3
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="SoapySDR-devel librtlsdr-devel"
|
|
short_desc="SoapySDR module for RTL-SDR"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/pothosware/SoapyRTLSDR"
|
|
changelog="https://github.com/pothosware/SoapyRTLSDR/raw/master/Changelog.txt"
|
|
distfiles="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${version}.tar.gz"
|
|
checksum=757c3c3bd17c5a12c7168db2f2f0fd274457e65f35e23c5ec9aec34e3ef54ece
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|