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

28 lines
644 B
YAML

Disabled: Repo vanished
Categories:
- Games
License: MIT
SourceCode: https://github.com/Semche/Invasion-Android
IssueTracker: https://github.com/Semche/Invasion-Android/issues
AutoName: Invasion
Summary: Shoot'em Up game in space
Description: |-
You're a space ship, just kill those damn aliens! Touch the right part of the
screen to shoot.
Builds:
- versionName: '1.0'
versionCode: 1
disable: unknown jar andengine.jar
commit: 51d7251f1629d2b7263abe4bb37906c11490eed4
MaintainerNotes: Repo has been removed.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0'
CurrentVersionCode: 0
NoSourceSince: '1.1'