mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
New App: com.crawlmb
This commit is contained in:
parent
0b63909d8b
commit
2b6be72baf
1 changed files with 33 additions and 0 deletions
33
metadata/com.crawlmb.yml
Normal file
33
metadata/com.crawlmb.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-2.0-or-later
|
||||
AuthorName: Michael Barlow
|
||||
AuthorEmail: michaelbarlow7@gmail.com
|
||||
AuthorWebSite: https://www.michaelbarlow.com.au/
|
||||
SourceCode: https://github.com/michaelbarlow7/dungeon-crawl-android
|
||||
|
||||
AutoName: 'Dungeon Crawl: Stone Soup for Android'
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/michaelbarlow7/dungeon-crawl-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.29.1b
|
||||
versionCode: 38
|
||||
commit: 0.29.1b
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc g++ file python-is-python3
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd android-crawl-console
|
||||
- ./setup.sh
|
||||
scandelete:
|
||||
- android-crawl-console/crawl-ref/source/contrib
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.29.1b
|
||||
CurrentVersionCode: 38
|
||||
Loading…
Reference in a new issue