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 ```
31 lines
713 B
YAML
31 lines
713 B
YAML
Categories:
|
|
- Games
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/alistairrutherford/noiz2-droid
|
|
IssueTracker: https://github.com/alistairrutherford/noiz2-droid/issues
|
|
|
|
AutoName: Noiz2
|
|
Summary: Shoot-em-up
|
|
Description: |-
|
|
Vector-graphics shoot-em-up from Kenta Cho. Ported to Android.
|
|
|
|
Avoid the bullets and shoot the enemy.
|
|
|
|
Collect the green stars to build your shield.
|
|
|
|
Disable OpenGL in settings if you have graphical problems
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/alistairrutherford/noiz2-droid
|
|
|
|
Builds:
|
|
- versionName: 1.4.0
|
|
versionCode: 12
|
|
commit: '15'
|
|
target: android-3
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.4.0
|
|
CurrentVersionCode: 12
|