mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
18 lines
633 B
XML
18 lines
633 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>ssh-mitm</id>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>Python-2.0</project_license>
|
|
<name>SSH-MITM</name>
|
|
<summary>SSH-MITM on Python {{ python-fullversion }}</summary>
|
|
<description>
|
|
<p> Python {{ python-fullversion }} + SSH-MITM bundled in an AppImage.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">ssh-mitm.desktop</launchable>
|
|
<url type="homepage">https://www.ssh.mitm.at</url>
|
|
<provides>
|
|
<binary>python{{ python-version }}</binary>
|
|
</provides>
|
|
</component>
|