From 1071309a2d63d52fcb8f3086037a7c5e9df8f19d Mon Sep 17 00:00:00 2001 From: Lasta Apps Date: Sat, 12 Feb 2022 16:15:40 +0000 Subject: [PATCH] Add Menza CTU --- metadata/cz.lastaapps.menza.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/cz.lastaapps.menza.yml diff --git a/metadata/cz.lastaapps.menza.yml b/metadata/cz.lastaapps.menza.yml new file mode 100644 index 0000000000..a10ff6a776 --- /dev/null +++ b/metadata/cz.lastaapps.menza.yml @@ -0,0 +1,32 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Science & Education +License: GPL-3.0-only +AuthorName: Lasta Apps +AuthorEmail: lastaappsdev@gmail.com +SourceCode: https://github.com/Lastaapps/menza +IssueTracker: https://github.com/Lastaapps/menza/issues +Changelog: https://github.com/Lastaapps/menza/releases + +AutoName: Menza + +RepoType: git +Repo: https://github.com/Lastaapps/menza + +Builds: + - versionName: 1.2.0 + versionCode: 1020000 + commit: v1.2.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.0 +CurrentVersionCode: 1020000