fdroiddata/metadata/com.zagayevskiy.pacman.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

29 lines
834 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 dont 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