mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
New App: dev.serwin.AnarchRE
This commit is contained in:
parent
486a00d013
commit
0b7557b555
1 changed files with 35 additions and 0 deletions
35
metadata/dev.serwin.AnarchRE.yml
Normal file
35
metadata/dev.serwin.AnarchRE.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: CC0-1.0
|
||||
WebSite: https://git.sr.ht/~marcin-serwin/anarch-re
|
||||
SourceCode: https://git.sr.ht/~marcin-serwin/anarch-re-android
|
||||
IssueTracker: https://lists.sr.ht/~marcin-serwin/public-inbox
|
||||
|
||||
AutoName: Anarch RE
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.sr.ht/~marcin-serwin/anarch-re-android
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/jni/src/anarch-re/media/main_theme.zip
|
||||
- app/jni/SDL/Xcode/SDL/pkg-support/resources/SDL_DS_Store
|
||||
prebuild:
|
||||
- cd jni/src/anarch-re
|
||||
- make assets
|
||||
- find assets -type f -executable -exec rm {} \;
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue