fdroiddata/metadata/org.tof.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

26 lines
725 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/http://tapsoffire.googlecode.com/svn//directory/
AutoName: Taps Of Fire (1.0.5 Droid)
Summary: Guitar Game
Description: |-
An implementation of Frets on Fire (Guitar Hero like game). It supports plain
FOF songs (just put them in /sdcard/TapsOfFire/songs).
Builds:
- versionName: 1.0.5 (Droid)
versionCode: 17
commit: '22'
prebuild:
- mkdir -p libs/armeabi
- mv libs_/* libs/armeabi
- rm -rf libs_/
- sed -i 's/\(app_name\">Taps Of Fire\)[^<]*/\1/' res/values/strings.xml
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.0.5 (Droid)
CurrentVersionCode: 17