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 ```
29 lines
759 B
YAML
29 lines
759 B
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/as4565683/WordValueCalculator
|
|
IssueTracker: https://github.com/as4565683/WordValueCalculator/issues
|
|
|
|
AutoName: Word Value
|
|
Summary: Calculate word values
|
|
Description: |-
|
|
Word values are used e.g. in geocaching and riddles: Each letter/character is
|
|
asigned a corresponding value (a=1,z=26,0=0,9=9) and the value of a word is the
|
|
sum of these values.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/as4565683/WordValueCalculator
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 3596445f64ce2b95d7e779566e99a8da8bc499ac
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|