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 ```
34 lines
744 B
YAML
34 lines
744 B
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
WebSite: http://pejici.net/~slobo/projects/summation.html
|
|
SourceCode: https://github.com/pejic/Summation
|
|
IssueTracker: http://pejici.net/~slobo/contact.cgi
|
|
|
|
AutoName: Summation
|
|
Summary: Add values from a list
|
|
Description: |-
|
|
Summation adds values from a list of items. Each item has a label and a number
|
|
and multiple lists are supported.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/pejic/Summation.git
|
|
|
|
Builds:
|
|
- versionName: '0.1'
|
|
versionCode: 1
|
|
commit: v0.1
|
|
|
|
- versionName: 0.1.1
|
|
versionCode: 2
|
|
commit: v0.1.1
|
|
|
|
- versionName: 0.1.2
|
|
versionCode: 3
|
|
commit: v0.1.2
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.2
|
|
CurrentVersionCode: 3
|