fdroiddata/metadata/com.kmagic.solitaire.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

30 lines
822 B
YAML

Categories:
- Games
License: Apache-2.0
AutoName: Solitaire
Summary: Solitaire collection
Description: |-
'''Note:''' This abandoned app is kept for historical reasons, so you should
rather use it's succesor [[net.sourceforge.solitaire_cg]]. It has matured a lot,
is well maintained and offers additional features and games.
Solitaire Collection of Klondike (Regular solitaire), Spider Solitaire, and
Freecell using the touchscreen interface. Features include multi-level undo,
animated card movement, and statistic/score tracking.
Builds:
- versionName: 1.12.2
versionCode: 450
commit: '30'
prebuild: rm build.xml
target: android-8
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.12.2
CurrentVersionCode: 450
NoSourceSince: 1.12.3