1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Added AppStream metainfo XML with hardware provide info.
This allow isenkram to propose this package when the relevant hardware
is present.
Author: Petter Reinholdtsen
Forwarded: no
Last-Update: 2024-08-07
---
--- /dev/null
+++ b/com.github.pothosware.SoapyHackRF.metainfo.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>com.github.pothosware.SoapyHackRF</id>
+ <metadata_license>MIT</metadata_license>
+ <name>xserver-xorg-input-wacom</name>
+ <summary>HackRF device support for SoapySDR (default version)</summary>
+ <description>
+ <p>The Soapy HackRF project provides a SoapySDR hardware support
+ module. Using this, any program using SoapySDR to interface to
+ software defined radio hardware can make use of the open source
+ HackRF device to transmit and receive.</p>
+ </description>
+ <url type="homepage">https://github.com/pothosware/SoapyHackRF/wiki</url>
+ <provides>
+ <modalias>usb:v1D50p604Bd*</modalias>
+ <modalias>usb:v1D50p6089d*</modalias>
+ <modalias>usb:v1D50pCC15d*</modalias>
+ <modalias>usb:v1FC9p000Cd*</modalias>
+ </provides>
+</component>
|