mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
new app: Doors Of Doom
This commit is contained in:
parent
d5e2c483f5
commit
5b67fdce6c
1 changed files with 33 additions and 0 deletions
33
metadata/com.github.msx80.doorsofdoom.yml
Normal file
33
metadata/com.github.msx80.doorsofdoom.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue