fdroiddata/metadata/com.seavenois.tetris.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

23 lines
513 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/http://tttris.googlecode.com/svn//directory/
AutoName: Tttris
Summary: Tetris clone
Description: A clone of the classic Tetris game for Android devices. Still under development.
Builds:
- versionName: 0.8-beta
versionCode: 1
commit: '32'
- versionName: 0.9-beta
versionCode: 3
commit: '44'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 0.9-beta
CurrentVersionCode: 3