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
|
Description: Added AppStream metainfo XML with hardware provide info.
This allow isenkram to propose this package when a ethernet card is
present.
Author: Petter Reinholdtsen
Forwarded: no
Last-Update: 2024-07-20
---
Index: python-yubico-salsa/com.yubico.developers.python_yubico.metainfo.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ python-yubico-salsa/com.yubico.developers.python_yubico.metainfo.xml 2024-07-25 17:31:37.225077356 +0200
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>com.yubico.developers.python_yubico</id>
+ <metadata_license>MIT</metadata_license>
+ <name>python-yubico-tools</name>
+ <summary>Tools for Yubico YubiKeys</summary>
+ <description>
+ <p>The YubiKey is a hardware authentication token. This package
+ contains utilities for the YubiKey implemented using the
+ python-yubico package.</p>
+ <p>This package currently includes the following utilities :</p>
+ <ul>
+ <li>yubikey-totp - OATH TOTP code generator using YubiKey</li>
+ </ul>
+ </description>
+ <url type="homepage">https://developers.yubico.com/python-yubico/</url>
+ <provides>
+ <modalias>usb:v1050p0010d*</modalias>
+ </provides>
+</component>
|