fdroiddata/metadata/com.jonglen7.jugglinglab.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

43 lines
1 KiB
YAML

Categories:
- Games
License: GPL-3.0-only
WebSite: http://jugglinglab.sourceforge.net
SourceCode: https://code.google.com/p/jugglinglab/source
AutoName: Juggling Lab
Summary: Animated juggling patterns
Description: Based on the desktop software, also called Juggling lab.
RepoType: git-svn
Repo: https://jugglinglab.googlecode.com/svn/trunk
Builds:
- versionName: '1.1'
versionCode: 3
commit: '251'
init: echo 'target=android-16' > project.properties
srclibs:
- 1:GreenDroid@greendroid-0.2
- 2:SuperDryColorPicker@5c488
- versionName: '1.2'
versionCode: 4
commit: '254'
init: echo 'target=android-16' > project.properties
srclibs:
- 1:GreenDroid@greendroid-0.2
- 2:SuperDryColorPicker@5c488
- versionName: '1.3'
versionCode: 5
commit: '260'
init: echo 'target=android-16' > project.properties
srclibs:
- 1:GreenDroid@greendroid-0.2
- 2:SuperDryColorPicker@5c488
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.3'
CurrentVersionCode: 5