mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-10-31 15:07:12 -04:00
d0740a3508
They need manual updating and are not required
28 lines
968 B
XML
28 lines
968 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component type="desktop">
|
|
<id>org.sdrangel.SDRangel</id>
|
|
<launchable type="desktop-id">org.sdrangel.SDRangel.desktop</launchable>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>SDRangel</name>
|
|
<summary>SDR and signal analyzer frontend to various hardware</summary>
|
|
<description>
|
|
<p>
|
|
SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
|
</p>
|
|
</description>
|
|
<!--
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://raw.githubusercontent.com/f4exb/sdrangel/master/flatpak/screenshot.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
-->
|
|
<url type="homepage">https://github.com/f4exb/sdrangel</url>
|
|
<url type="bugtracker">https://github.com/f4exb/sdrangel/issues</url>
|
|
<project_group>SDRangel</project_group>
|
|
<provides>
|
|
<binary>sdrangel</binary>
|
|
</provides>
|
|
</component>
|