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 ```
28 lines
795 B
YAML
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'
|