mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-13 17:29:10 +00:00
33 lines
990 B
YAML
33 lines
990 B
YAML
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
|