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 ```
29 lines
834 B
YAML
29 lines
834 B
YAML
Categories:
|
||
- Games
|
||
License: MIT
|
||
SourceCode: https://github.com/zagayevskiy/Pacman
|
||
IssueTracker: https://github.com/zagayevskiy/Pacman/issues
|
||
|
||
AutoName: 'Pyroman: Jaws of Fire'
|
||
Summary: Old legend in new form
|
||
Description: |-
|
||
A a Pac*-like game. Meet the old legend in the new form! Light your own fire,
|
||
get into maze and don’t let to extinguish you. Try the Jaws of Fire!
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/zagayevskiy/Pacman.git
|
||
|
||
Builds:
|
||
- versionName: '1.1'
|
||
versionCode: 2
|
||
commit: 6ecb7ee353a
|
||
prebuild: sed -i '8s/__/\/\//g' jni/log.h
|
||
target: android-15
|
||
build: $$NDK$$/ndk-build -i -k -I "$$NDK$$/platforms/android-9/arch-arm/usr/lib"
|
||
-I "$$NDK$$/platforms/android-9/arch-arm/usr/include"
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: RepoManifest
|
||
CurrentVersion: '1.1'
|
||
CurrentVersionCode: 2
|