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 ```
23 lines
430 B
YAML
23 lines
430 B
YAML
Categories:
|
|
- Internet
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/nephoapp/anarxiv
|
|
|
|
AutoName: aNarXiv
|
|
Summary: arxiv.org client
|
|
Description: Browse papers released on arxiv.org
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Nephoapp/anarxiv.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 1ba2de
|
|
target: android-8
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|