mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
Categories:
|
|
- Games
|
|
License: CC0-1.0
|
|
AuthorName: Marcin Serwin
|
|
AuthorEmail: marcin@serwin.dev
|
|
AuthorWebSite: https://serwin.dev
|
|
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 {} \;
|
|
|
|
- versionName: z2
|
|
versionCode: 2
|
|
commit: z2
|
|
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
|
|
|
|
- versionName: '3'
|
|
versionCode: 3
|
|
commit: 8d22de6a4c430b7fa44d6717d1f44cf63344c6f8
|
|
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
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '3'
|
|
CurrentVersionCode: 3
|