6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
WebSite: https://twitter.com/onetwofivegames
|
|
SourceCode: https://github.com/poseidn/KungFoo
|
|
IssueTracker: https://github.com/poseidn/KungFoo/issues
|
|
Bitcoin: 1MVNsgRmLqgMoEoQu918ozFFiTaepF8Ti5
|
|
|
|
AutoName: Kung Foo Barracuda
|
|
Summary: Play a beat'em up arcade game
|
|
Description: |-
|
|
Beat'em up arcade for the masses!
|
|
|
|
Play a classic beat'em up arcade game like it is 1987. This gameplay is combined
|
|
with the vertical scoller madness we all like from our favourite space shooters!
|
|
How high can your score get?
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/poseidn/KungFoo.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: release-1.0
|
|
subdir: build_android
|
|
init:
|
|
- cd ..
|
|
- ./distributeAssets.sh
|
|
- cd build_android
|
|
- ./get_externals.sh
|
|
target: android-16
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: release-1.2
|
|
subdir: build_android
|
|
init:
|
|
- cd ..
|
|
- ./distributeAssets.sh
|
|
- cd build_android
|
|
- ./get_externals.sh
|
|
target: android-16
|
|
buildjni:
|
|
- yes
|
|
|
|
MaintainerNotes: Downloads files during build; check shell scripts before updating.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|