gnu: Add soapyairspy.
* gnu/packages/radio.scm (soapyairspy): New variable.
This commit is contained in:
parent
3a05604a57
commit
b4a0f62832
1 changed files with 24 additions and 0 deletions
|
|
@ -400,6 +400,30 @@ with this package. E.g.: @code{(udev-rules-service 'airspyhf airspyhf)}")
|
||||||
defined radio hardware devices with a common API.")
|
defined radio hardware devices with a common API.")
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
|
(define-public soapyairspy
|
||||||
|
(package
|
||||||
|
(name "soapyairspy")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pothosware/SoapyAirspy")
|
||||||
|
(commit (string-append "soapy-airspy-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0g23yybnmq0pg2m8m7dbhif8lw0hdsmnnjym93fdyxfk5iln7fsc"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(inputs
|
||||||
|
(list airspy soapysdr))
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ; No test suite
|
||||||
|
(home-page "https://github.com/pothosware/SoapyAirspy/wiki")
|
||||||
|
(synopsis "SoapySDR Airspy module")
|
||||||
|
(description "This package provides Airspy devices support to the
|
||||||
|
SoapySDR library.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public soapyairspyhf
|
(define-public soapyairspyhf
|
||||||
(package
|
(package
|
||||||
(name "soapyairspyhf")
|
(name "soapyairspyhf")
|
||||||
|
|
|
||||||
Reference in a new issue