mirror of
https://github.com/niess/python-appimage.git
synced 2025-07-21 21:01:15 +02:00
added ssh-mitm application
This commit is contained in:
2
applications/ssh-mitm/entrypoint.sh
Normal file
2
applications/ssh-mitm/entrypoint.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash -i
|
||||
{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/ssh-mitm" "$@"
|
1
applications/ssh-mitm/requirements.txt
Normal file
1
applications/ssh-mitm/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
ssh-mitm
|
17
applications/ssh-mitm/ssh-mitm.appdata.xml
Normal file
17
applications/ssh-mitm/ssh-mitm.appdata.xml
Normal 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>
|
8
applications/ssh-mitm/ssh-mitm.desktop
Normal file
8
applications/ssh-mitm/ssh-mitm.desktop
Normal 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
|
Reference in New Issue
Block a user