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

27 lines
658 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/Chluverman/android-gltron
IssueTracker: https://github.com/Chluverman/android-gltron/issues
AutoName: GL TRON
Summary: 3D lightbike racing game
Description: |-
Port of glTRON, a 3D lightbike racing game.
Relive the film as you try and cut off your opponents before they cut you off!!
RepoType: git
Repo: https://github.com/Chluverman/android-gltron.git
Builds:
- versionName: 1.1.2
versionCode: 4
commit: 814e6eb9fc14e9620c13bc5c8480b442d2f5350e
subdir: GlTron
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.2
CurrentVersionCode: 4