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 31 32 33
|
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: https://www.mkgmap.org.uk/pipermail/mkgmap-dev/2024q3/034322.html
--- /dev/null
+++ b/org.mkgmap.cli.metainfo.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>org.mkgmap.cli</id>
+ <metadata_license>MIT</metadata_license>
+ <name>mkgmap</name>
+ <summary>Generate Garmin maps from OpenStreetMap data</summary>
+ <description>
+ <p>This program converts OpenStreetMap data into a map that
+ can be loaded onto compatible Garmin GPS units.</p>
+ <p>Main features:</p>
+ <ul>
+ <li>Full control which OSM data is integrated into the map (style system)</li>
+ <li>Full control how POIs, streets and all other elements are displayed
+ (TYP file compiler)</li>
+ <li>Full address search support</li>
+ <li>Routing support</li>
+ <li>Many options for fine control over the map creation process</li>
+ </ul>
+ </description>
+ <url type="homepage">https://www.mkgmap.org.uk</url>
+ <provides>
+ <modalias>usb:v091Ep0003d*</modalias>
+ </provides>
+</component>
|