fdroiddata/metadata/com.proch.practicehub.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

36 lines
909 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/https://music-practice-tools.googlecode.com/directory/
AutoName: Practice Hub
Summary: Tools for musicians
Description: |-
Tools for musicians, including a chromoatic tuner, a metronome, and a pitch
drone.
Builds:
- versionName: '1.0'
versionCode: 1
commit: 109c0bddf346
buildjni:
- yes
- versionName: '2.0'
versionCode: 2
commit: 6e1c575b30d7
srclibs:
- NumberPicker-SimonVT@1da4372
- ActionBarSherlock@4.1.0
prebuild:
- echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties
- echo "android.library.reference.2=$$NumberPicker-SimonVT$$" >> project.properties
target: android-16
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '2.0'
CurrentVersionCode: 2