fdroiddata/metadata/com.studio332.flickit.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

48 lines
1.5 KiB
YAML

Categories:
- Games
License: Apache-2.0
WebSite: http://studio332apps.com
SourceCode: https://github.com/louffoster/FlickIt
IssueTracker: https://github.com/louffoster/FlickIt/issues
Name: FlickIt! (obsolete)
AutoName: FlickIt!
Summary: Family game of skill
Description: |-
It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
gameplay experience. Use your shooter puck to knock white targets into the holes
for points. In 9-ball, the lowest numbered target must be hit first, but it
doesn't matter which target is holed.
FlickIt! is easy to learn, yet difficult to master. Just drag your finger to
aim, tap and hold to increase power, and release to shoot. Be careful you don't
overpower and miss the shot! Challenge your friends to see who is the true
FlickIt! master.
New versions are released as [[com.studio332.flickit.android]].
RepoType: git
Repo: https://github.com/louffoster/FlickIt.git
Builds:
- versionName: '1.2'
versionCode: 3
commit: 59621a4ef5f9127
subdir: FlickIt-android
init:
- mv ../FlickIt/libs/gdx.jar libs/
- echo 'source.dir=src;../FlickIt/src' > ant.properties
scanignore:
- FlickIt-android/libs/armeabi/libgdx.so
- FlickIt-android/libs/x86/libgdx.so
- FlickIt-android/libs/armeabi-v7a/libgdx.so
MaintainerNotes: |-
Source repo has been nuked and replaced with a new one.
App got a new id com.studio332.flickit.android.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.2'
CurrentVersionCode: 3