fdroiddata/metadata/com.easwareapps.quoter.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

34 lines
701 B
YAML

Categories:
- Reading
License: GPL-3.0-only
WebSite: http://www.easwareapps.com
SourceCode: https://gitlab.com/easwareapps/Quoter/tree/HEAD
IssueTracker: https://gitlab.com/easwareapps/Quoter/issues
AutoName: Quoter
Summary: Display quotes
Description: |-
Display quotes. Features:
* Random Quotes.
* Daily Quote.
* Share Quotes by image.
* Widget.
* Tags wise sorting.
RepoType: git
Repo: https://gitlab.com/easwareapps/Quoter.git
Builds:
- versionName: 1.0.1
versionCode: 3
commit: c8b02964c919fb377613aba62b6f78f3422669e1
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.1
CurrentVersionCode: 3