added ssh-mitm application

This commit is contained in:
Manfred Kaiser
2021-06-08 14:55:21 +02:00
parent a817cfc1f3
commit 712521060d
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#! /bin/bash -i
{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/ssh-mitm" "$@"

View File

@@ -0,0 +1 @@
ssh-mitm

View File

@@ -0,0 +1,17 @@
<?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>

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=ssh-mitm
Exec=ssh-mitm
Comment=SSH-MITM on Python {{ python-fullversion }}
Icon=python
Categories=System;
Terminal=true