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>
