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

26 lines
571 B
YAML

Categories:
- Games
License: Apache-2.0
SourceCode: https://github.com/idunnololz/igo
IssueTracker: https://github.com/idunnololz/igo/issues
AutoName: igo
Summary: Go for two players
Description: Play the ancient Chinese board game against another human opponent locally.
RepoType: git
Repo: https://github.com/idunnololz/igo/
Builds:
- versionName: '0.2'
versionCode: 2
commit: de1794c0be64ce9d4881c8943844339953b0a82a
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '0.2'
CurrentVersionCode: 2