fdroiddata/metadata/org.curiouscreature.android.shelves.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

35 lines
875 B
YAML

Disabled: Old and not much good
Categories:
- Reading
License: Apache-2.0
WebSite: https://code.google.com/p/shelves
SourceCode: https://code.google.com/p/shelves/source
Name: Shelves
AutoName: Shelves
Summary: Book collection manager
Description: |-
Shelves lets you manage and search your collection of books from your phone. You
can add books by scanning their barcodes (if you have
[[com.google.zxing.client.android]] installed), using Web searches or entering
information manually.
RepoType: git-svn
Repo: https://shelves.googlecode.com/svn/trunk/Shelves
Builds:
- versionName: '1.0'
versionCode: 1
commit: '26'
oldsdkloc: true
- versionName: '1.5'
versionCode: 2
disable: No source code apparently
commit: unknown - see disabled
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.0'
CurrentVersionCode: 1