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 ```
26 lines
640 B
YAML
26 lines
640 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/android-metronome
|
|
SourceCode: https://code.google.com/p/android-metronome/source
|
|
|
|
AutoName: Mytronome
|
|
Summary: Use your smartphone as a metronome
|
|
Description: |-
|
|
A simple metronome. Supports 1 to 200 beats per minute and 8 meters. The
|
|
application is intended to be run only in portrait mode.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://android-metronome.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 1
|
|
commit: '4'
|
|
target: android-17
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 1
|