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 ```
32 lines
887 B
YAML
32 lines
887 B
YAML
Categories:
|
|
- Reading
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/charlieCollins/and-bookworm
|
|
IssueTracker: https://github.com/charlieCollins/and-bookworm/issues
|
|
|
|
AutoName: BookWorm
|
|
Summary: Book collection manager
|
|
Description: |-
|
|
BookWorm allows you to keep track of books you have read and those you intend to
|
|
read. You can enter books by scanning them (if you have
|
|
[[com.google.zxing.client.android]] installed), searching for them, or by direct
|
|
form entry. You can rate and comment on each book. Once you have your book list,
|
|
you can sort and filter it.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/charlieCollins/and-bookworm
|
|
|
|
Builds:
|
|
- versionName: 1.0.17
|
|
versionCode: 18
|
|
commit: '570'
|
|
|
|
- versionName: 1.0.18
|
|
versionCode: 19
|
|
commit: '574'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.18
|
|
CurrentVersionCode: 19
|