fdroiddata/metadata/org.androidsoft.games.slowit.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

52 lines
1.4 KiB
YAML

Categories:
- Games
License: GPL-3.0-only
WebSite: http://www.androidsoft.org
SourceCode: https://github.com/androidsoft-org/androidsoft-slowit
IssueTracker: https://github.com/androidsoft-org/androidsoft-slowit/issues
AutoName: Slow It!
Summary: Simple game
Description: |-
Keep the balls in the target area by guiding them with your finger. Designed for
children.
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-slowit
Builds:
- versionName: '2.0'
versionCode: 10
commit: '75'
subdir: SlowIt
forceversion: true
extlibs:
- android/android-support-v13.jar
prebuild:
- rm -rf libs/*
- rm -rf $(find .. -name releases)
- cd ../
- echo "source.dir=$PWD/SlowIt/src;$PWD/libs/Credits/src;$PWD/libs/Utils/src"
> SlowIt/ant.properties
- versionName: 2.0.1
versionCode: 11
commit: 15f14775b9bd18ee0cede450b22e37a8c1bfcc41
gradle:
- yes
srclibs:
- androidsoft-lib-utils@3b08e29969c71f7f599d7db9316d3e7871387ddb
- androidsoft-lib-credits@8285334f07c5b2695a047d43d9b4f589cac02edc
rm:
- libs/*
- sign.gradle
prebuild:
- cp -fR $$androidsoft-lib-utils$$/src/main/java/org src/main/java/
- cp -fR $$androidsoft-lib-credits$$/src/main/java/org src/main/java/
- sed -i -e '/sign.gradle/d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.1
CurrentVersionCode: 11