From: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sun, 16 Mar 2025 23:40:26 +0100
Subject: Added AppStream metainfo XML with hardware provide info.

This allow isenkram to propose this package when the USB dongle is
present.

Forwarded: https://github.com/raspberrypi/picotool/issues/142
---
 com.github.raspberrypi.picotool.metainfo.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 com.github.raspberrypi.picotool.metainfo.xml

diff --git a/com.github.raspberrypi.picotool.metainfo.xml b/com.github.raspberrypi.picotool.metainfo.xml
new file mode 100644
index 0000000..57f60c8
--- /dev/null
+++ b/com.github.raspberrypi.picotool.metainfo.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+  <id>com.github.raspberrypi.picotool</id>
+  <metadata_license>MIT</metadata_license>
+  <name>picotool</name>
+  <summary>interact with RP2040 devices or binaries</summary>
+  <description>
+    <p>Tool for interacting with a RP2040 device in BOOTSEL mode, or
+    with a RP2040 binary. It allows one to load programs onto the
+    device or save programs from flash to a file. It allows one to
+    verify device contents or reboot the device.</p>
+  </description>
+  <url type="homepage">https://github.com/philpem/printer-driver-ptouch</url>
+  <provides>
+    <modalias>usb:v2E8Ap0003d*</modalias>
+    <modalias>usb:v2E8Ap000Ad*</modalias>
+  </provides>
+</component>
