fdroiddata/metadata/com.qsp.player.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

31 lines
925 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- Games
License: GPL-2.0-or-later
WebSite: http://qsp.su
SourceCode: https://qsp-android-player.googlecode.com
IssueTracker: http://qsp.su/index.php?option=com_agora&task=topic&id=128&Itemid=57
AutoName: Quest Player
Summary: Russian interactive fiction
Description: |-
QSP, она же Quest Soft Player - простая в освоении система разработки текстовых
игр, преимущественно с "менюшным" вводом (существует возможность создания
полноценного парсера).
RepoType: git-svn
Repo: https://qsp-android-player.googlecode.com/svn/trunk
Builds:
- versionName: 1.0.201 alpha
versionCode: 201
commit: '204'
extlibs:
- acra/acra-4.4.0.jar
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.0.201 alpha
CurrentVersionCode: 201