fdroiddata/metadata/org.esteban.piano.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

54 lines
1.3 KiB
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/estearg/android-piano
IssueTracker: https://github.com/estearg/android-piano/issues
AutoName: Piano
Summary: Virtual piano keyboard
Description: Basic virtual piano based on Hexiano.
RepoType: git
Repo: https://github.com/estearg/android-piano
Builds:
- versionName: '1.0'
versionCode: 1
commit: 62c7fde
srclibs:
- 1:appcompat@v7
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
- versionName: '1.1'
versionCode: 2
commit: c69e84b
srclibs:
- 1:appcompat@v7
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
- versionName: '1.2'
versionCode: 3
commit: bb0e8858465c959fe3d4abe2dcb93253b478b20f
srclibs:
- 1:appcompat@v7
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
- versionName: '1.4'
versionCode: 5
commit: 03443657c6bce7b306ec6844ffb7c72fc732ed9c
srclibs:
- 1:appcompat@v7
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
- versionName: '1.5'
versionCode: 6
commit: e657920ec0b10b52e4e0959b4c98d61f0956f932
srclibs:
- 1:appcompat@v7
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.6'
CurrentVersionCode: 7