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 ```
27 lines
609 B
YAML
27 lines
609 B
YAML
Categories:
|
|
- Reading
|
|
License: BSD-3-Clause
|
|
WebSite: http://julien.guepin.fr
|
|
SourceCode: https://github.com/chmod0/Manpages
|
|
IssueTracker: https://github.com/jguepin/Manpages/issues
|
|
|
|
AutoName: Manpages
|
|
Summary: Read the manual
|
|
Description: |-
|
|
Read *nix manual pages, either in online html or by downloading a database for
|
|
offline study.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/chmod0/Manpages.git
|
|
|
|
Builds:
|
|
- versionName: '1.51'
|
|
versionCode: 3
|
|
commit: 8aff33631
|
|
prebuild: rm -rf htmlman pr
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.51'
|
|
CurrentVersionCode: 3
|