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 ```
27 lines
681 B
YAML
27 lines
681 B
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/hsaito/hstempo_android
|
|
IssueTracker: https://github.com/hsaito/hstempo_android/issues
|
|
|
|
AutoName: HSTempo
|
|
Summary: Tempo Measurement
|
|
Description: |-
|
|
Tempo Measurement is now possible with a simple utility that allows you to find
|
|
BPMs of music or other sound sources. You tap to your tune and you will get the
|
|
BPM.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/hsaito/hstempo_android.git
|
|
|
|
Builds:
|
|
- versionName: 1.2.1.1
|
|
versionCode: 17
|
|
commit: version_1211
|
|
prebuild: rm -rf binaries
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.2.1.1
|
|
CurrentVersionCode: 17
|