mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Add tasmotizer app
This commit is contained in:
1
applications/tasmotizer/entrypoint.sh
Normal file
1
applications/tasmotizer/entrypoint.sh
Normal file
@@ -0,0 +1 @@
|
||||
{{ python-executable }} ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@"
|
||||
1
applications/tasmotizer/requirements.txt
Normal file
1
applications/tasmotizer/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
tasmotizer
|
||||
18
applications/tasmotizer/tasmotizer.appdata.xml
Normal file
18
applications/tasmotizer/tasmotizer.appdata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>tasmotizer</id>
|
||||
<metadata_license>Python-2.0</metadata_license>
|
||||
<project_license>Python-2.0</project_license>
|
||||
<name>Tasmotizer</name>
|
||||
<summary>ESP... The time has come to... Tasmotize</summary>
|
||||
<description>
|
||||
<p> Python {{ python-fullversion }} with PyQt5 and tasmotizer.py
|
||||
bundled in an AppImage.
|
||||
</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">tasmotizer.desktop</launchable>
|
||||
<url type="homepage">https://github.com/tasmota/tasmotizer</url>
|
||||
<provides>
|
||||
<binary>python{{ python-version }}</binary>
|
||||
</provides>
|
||||
</component>
|
||||
8
applications/tasmotizer/tasmotizer.desktop
Normal file
8
applications/tasmotizer/tasmotizer.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=tasmotizer
|
||||
Exec=tasmotizer
|
||||
Comment= ESP... The time has come to... Tasmotize
|
||||
Icon=python
|
||||
Categories=System;
|
||||
Terminal=true
|
||||
Reference in New Issue
Block a user