mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Newapp: Endless Mobile
This commit is contained in:
parent
1e3b9db953
commit
055af5cbaa
1 changed files with 36 additions and 0 deletions
36
metadata/com.github.thewierdnut.endless_mobile.yml
Normal file
36
metadata/com.github.thewierdnut.endless_mobile.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://endless-sky.github.io/
|
||||
SourceCode: https://github.com/thewierdnut/endless-mobile
|
||||
IssueTracker: https://github.com/endless-sky/endless-sky/issues
|
||||
|
||||
AutoName: Endless Sky
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/thewierdnut/endless-mobile.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.14-23
|
||||
versionCode: 23
|
||||
commit: 1f387f6d802ddeb9dc6d4129cac1b370b95cc2da
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential
|
||||
- apt-get install -y -t stretch-backports-sloppy libarchive13
|
||||
- apt-get install -y -t stretch-backports cmake
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- chmod 755 ./download_build_dependencies.sh
|
||||
- ./download_build_dependencies.sh
|
||||
- rm dependencies/openal-soft.tar.bz2
|
||||
scandelete:
|
||||
- android/app/
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.9.14-23
|
||||
CurrentVersionCode: 23
|
||||
Loading…
Reference in a new issue