From 5b67fdce6cf08d4f58a7487429e9023e16c3aa18 Mon Sep 17 00:00:00 2001 From: msx80 Date: Fri, 31 May 2024 04:40:25 +0000 Subject: [PATCH] new app: Doors Of Doom --- metadata/com.github.msx80.doorsofdoom.yml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.github.msx80.doorsofdoom.yml diff --git a/metadata/com.github.msx80.doorsofdoom.yml b/metadata/com.github.msx80.doorsofdoom.yml new file mode 100644 index 0000000000..2a4cd20bd4 --- /dev/null +++ b/metadata/com.github.msx80.doorsofdoom.yml @@ -0,0 +1,33 @@ +Categories: + - Games +License: Apache-2.0 +AuthorName: msx80 +SourceCode: https://github.com/msx80/DoorsOfDoomOmicron +IssueTracker: https://github.com/msx80/DoorsOfDoomOmicron/issues/ +Donate: https://www.paypal.com/paypalme/msx80 + +AutoName: DoorsOfDoom + +RepoType: git +Repo: https://github.com/msx80/DoorsOfDoomOmicron + +Builds: + - versionName: 0.0.4 + versionCode: 1 + commit: v0.0.4 + sudo: + - echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list + - apt-get update + - apt-get install -y maven + - apt-get install -y -t sid openjdk-8-jdk-headless + - update-java-alternatives --set java-1.8.0-openjdk-amd64 + output: android-mvn/target/DoorsOfDoom.apk + prebuild: sdkmanager "build-tools;33.0.2" "platforms;android-26" + build: + - mvn -f doorsofdoom/pom.xml clean install + - mvn -f android-mvn/pom.xml clean install android:apk + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 0.0.4 +CurrentVersionCode: 1