fdroiddata/metadata/com.gcstar.scanner.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

28 lines
795 B
YAML

Categories:
- Multimedia
License: GPL-2.0-or-later
WebSite: http://www.gcstar.org/
Donate: http://gcstar.org/contribute.en.php#donate
AutoName: GCstar scanner
Summary: Scan items for your collections
Description: |-
You will need [[com.google.zxing.client.android]] to be installed.
GCstar is a cross-platform application for managing your collections. Detailed
information on each item can be automatically retrieved from the internet and
you can store additional data, such as the location or who you've lent it to.
You may also search and filter your collection by many criteria.
Builds:
- versionName: '1.0'
versionCode: 1
commit: '2124'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1
NoSourceSince: '1.1'