6c177c1fc3
!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 ```
24 lines
515 B
YAML
24 lines
515 B
YAML
Categories:
|
|
- Science & Education
|
|
- Science & Education
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/jufickel/rdt
|
|
IssueTracker: https://github.com/jufickel/rdt/issues
|
|
|
|
AutoName: Rule of Three
|
|
Summary: Simple "calculator" for the rule of three
|
|
Description: Calculator for the rule of three.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/jufickel/rdt.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 1
|
|
commit: v1.0.1
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 1
|