fdroiddata/metadata/io.anuke.mindustry.yml

70 lines
2.4 KiB
YAML
Raw Normal View History

2019-08-28 02:51:12 +00:00
Categories:
- Games
License: GPL-3.0-or-later
WebSite: https://anuke.itch.io/mindustry
SourceCode: https://github.com/Anuken/Mindustry
IssueTracker: https://github.com/Anuken/Mindustry/issues
Translation: https://github.com/Anuken/Mindustry/blob/HEAD/TRANSLATING.md
Changelog: https://github.com/Anuken/Mindustry/releases
AutoName: Mindustry
Description: |-
Mindustry is a sandbox tower defense game.
Players can create elaborate supply chains of conveyor belts
to feed ammo into their turrets, produce materials to use for building,
and defend their structures from waves of enemies.
RepoType: git
Repo: https://github.com/Anuken/Mindustry.git
Builds:
- versionName: 4-fdroid-89
versionCode: 89
commit: v89
subdir: android
gradle:
- yes
prebuild:
- echo "androidBuildCode=$(expr $$VERCODE$$ - 2)" > ../core/assets/version.properties
- echo "build=$$VERCODE$$" >> ../core/assets/version.properties
- echo "modifier=beta" >> ../core/assets/version.properties
- echo "type=fdroid" >> ../core/assets/version.properties
- echo "number=4" >> ../core/assets/version.properties
scanignore:
- core/assets/saves
scandelete:
- android/libs
gradleprops:
- buildversion=89
- versionType=fdroid
- versionName: 4-fdroid-93
versionCode: 93
commit: v93
subdir: android
gradle:
- yes
prebuild:
- echo "androidBuildCode=$$VERCODE$$" > ../core/assets/version.properties
- echo "build=$$VERCODE$$" >> ../core/assets/version.properties
- echo "modifier=beta" >> ../core/assets/version.properties
- echo "type=fdroid" >> ../core/assets/version.properties
- echo "number=4" >> ../core/assets/version.properties
- echo "buildversion=$$VERCODE$$" >> gradle.properties
- echo "versionType=fdroid" >> gradle.properties
- grep archash ../gradle.properties >> gradle.properties
scandelete:
- android/libs
2019-08-28 02:51:12 +00:00
MaintainerNotes: |-
libgdx.so and libgdx-freetype.so binaries are extracted from
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
The folder "assets/saves" contains savegames not executables.
AutoUpdateMode: Version v%c
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 4-fdroid-93
CurrentVersionCode: 93