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 ```
35 lines
762 B
YAML
35 lines
762 B
YAML
Categories:
|
|
- Games
|
|
License: Unlicense
|
|
SourceCode: https://github.com/m0ppers/ElpeEfpeAndroid
|
|
IssueTracker: https://github.com/m0ppers/ElpeEfpeAndroid/issues
|
|
|
|
AutoName: Elpe Efpe
|
|
Summary: Manage health and focuspoints of your Splittermond characters
|
|
Description: |-
|
|
Elpe Efpe allows you to manage health (Elpe) and focuspoints (Efpe) of your
|
|
Splittermond characters on your Android device.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/m0ppers/ElpeEfpeAndroid
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 1.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 1.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|