-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg.FITVUT.qdevkit.appdata.xml
More file actions
24 lines (24 loc) · 1.36 KB
/
org.FITVUT.qdevkit.appdata.xml
File metadata and controls
24 lines (24 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>org.FITVUT.qdevkit</id>
<launchable type="desktop-id">org.FITVUT.qdevkit.desktop</launchable>
<!-- Add licences -->
<name>Qdevkit</name>
<summary>Qdevkit for FITKit</summary>
<description>
<p>QDevKit is a multiplatform terminal application that has been designed to make the work with FITkit simple and pleasant. QDevkit removes the disadvantages of common terminal programs - their mutual incompatibility, inability to work with the FITkit directly through USB (the emulated serial port has to be used), the necessity of setting the number of parameters and the lack of uniform cross-platform solution.</p>
<p>The package also contains the GNU make utility, which is used for the compilation of the projects, rm utility and SVN client, which simplifies the synchronization of local sources with a central repository.</p>
</description>
<!-- releases -->
<!-- screenshots -->
<categories>
<category>Development</category>
<category>Education</category>
</categories>
<url type="homepage">https://github.com/Honza0297/FITkit</url>
<url type="bugtracker">https://github.com/Honza0297/FITkit/issues</url>
<update_contact>jaberan_AT_redhat.com</update_contact>
<provides>
<binary>qdevkit</binary>
</provides>
</component>