```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
```
29 lines
750 B
YAML
29 lines
750 B
YAML
Categories:
|
|
- Internet
|
|
License: GPL-3.0-or-later
|
|
WebSite: http://rivers.silverkeytech.com
|
|
SourceCode: https://github.com/dodyg/AndroidRivers
|
|
IssueTracker: https://github.com/dodyg/AndroidRivers/issues
|
|
|
|
AutoName: Android Rivers
|
|
Summary: Feed reader
|
|
Description: |-
|
|
Feed reader which not only supports RSS, ATOM and OPML, but can also read
|
|
pocasts and the RiverJS format. It supports Google News, Kayak.com and
|
|
Craiglist, as well.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/dodyg/AndroidRivers.git
|
|
|
|
Builds:
|
|
- versionName: '1.15'
|
|
versionCode: 10
|
|
disable: jars
|
|
commit: fdfa3a34568a25f26438222df07de7023c9a5499
|
|
submodules: true
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.15'
|
|
CurrentVersionCode: 10
|