diff --git a/apps/MagicFountain.md b/apps/MagicFountain.md new file mode 100644 index 0000000000..fb5af76f16 --- /dev/null +++ b/apps/MagicFountain.md @@ -0,0 +1,43 @@ +--- +layout: app + +permalink: /MagicFountain/ +description: Screenwriter +license: GPL-3.0 + +icons: + - MagicFountain/icons/48x48/magicfountain.png + +screenshots: + - MagicFountain/screenshot.png + +authors: + - name: Aztorius + url: https://github.com/Aztorius + +links: + - type: GitHub + url: Aztorius/magicfountain + - type: Download + url: https://github.com/Aztorius/magicfountain/releases + +desktop: + Desktop Entry: + Type: Application + Version: 1.0 + Name: MagicFountain + Comment: Screenwriter + Path: "/usr/local/bin/magicfountain" + Exec: magicfountain + Icon: magicfountain + Terminal: false + Categories: Office + AppImageHub: + X-AppImage-UpdateInformation: gh-releases-zsync|Aztorius|magicfountain|latest|MagicFountain-_*-x86_64.AppImage.zsync + X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified. + Please remember that the signature file (.sig or .asc) should be the first file + given on the command line. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + X-AppImage-Payload-License: GPL-3.0 +--- diff --git a/data/MagicFountain b/data/MagicFountain new file mode 100644 index 0000000000..50ac51e6e6 --- /dev/null +++ b/data/MagicFountain @@ -0,0 +1 @@ +https://github.com/Aztorius/magicfountain diff --git a/database/MagicFountain/icons/48x48/magicfountain.png b/database/MagicFountain/icons/48x48/magicfountain.png new file mode 100644 index 0000000000..edefbce739 Binary files /dev/null and b/database/MagicFountain/icons/48x48/magicfountain.png differ diff --git a/database/MagicFountain/magicfountain.desktop b/database/MagicFountain/magicfountain.desktop new file mode 100644 index 0000000000..c217766051 --- /dev/null +++ b/database/MagicFountain/magicfountain.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] + +Type=Application +Version=1.0 +Name=MagicFountain +Comment=Screenwriter +Path=/usr/local/bin/magicfountain +Exec=magicfountain +Icon=magicfountain +Terminal=false +Categories=Office; + +[AppImageHub] +X-AppImage-UpdateInformation=gh-releases-zsync|Aztorius|magicfountain|latest|MagicFountain-_*-x86_64.AppImage.zsync +X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 +X-AppImage-Payload-License=GPL-3.0 diff --git a/database/MagicFountain/screenshot.png b/database/MagicFountain/screenshot.png new file mode 100644 index 0000000000..55ad97a8c8 Binary files /dev/null and b/database/MagicFountain/screenshot.png differ