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 ```
41 lines
833 B
YAML
41 lines
833 B
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
SourceCode: https://gitlab.com/chesswalk/chesswalk
|
|
IssueTracker: https://gitlab.com/chesswalk/chesswalk/issues
|
|
|
|
AutoName: Chess Walk
|
|
Summary: Chess game and FICS client
|
|
Description: |-
|
|
Play chess offline, or play online at FICS.
|
|
|
|
Many new languages translated in 1.5.2. If you want to help with your language,
|
|
please visit [http://f-droid.org/wiki].
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/chesswalk/chesswalk.git
|
|
|
|
Builds:
|
|
- versionName: '1.5'
|
|
versionCode: 7
|
|
commit: 4007173d
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 1.5.1
|
|
versionCode: 8
|
|
commit: 85bf592e
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 1.5.2
|
|
versionCode: 9
|
|
commit: 1.5.2
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.5.2
|
|
CurrentVersionCode: 9
|