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 ```
27 lines
658 B
YAML
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
|