1
0

tasmotizer.appdata.xml 682 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>tasmotizer</id>
  4. <metadata_license>MIT</metadata_license>
  5. <project_license>Python-2.0</project_license>
  6. <name>Tasmotizer</name>
  7. <summary>ESP... The time has come to... Tasmotize</summary>
  8. <description>
  9. <p> Python {{ python-fullversion }} with PyQt5 and tasmotizer.py
  10. bundled in an AppImage.
  11. </p>
  12. </description>
  13. <launchable type="desktop-id">tasmotizer.desktop</launchable>
  14. <url type="homepage">https://github.com/tasmota/tasmotizer</url>
  15. <provides>
  16. <binary>python{{ python-version }}</binary>
  17. </provides>
  18. </component>