6dc775b236
```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 ```
40 lines
1,004 B
YAML
40 lines
1,004 B
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Games
|
|
License: GPL-2.0-or-later
|
|
WebSite: http://drodin.com/tuxrider
|
|
SourceCode: https://github.com/drodin/TuxRider
|
|
IssueTracker: https://github.com/drodin/TuxRider/issues
|
|
Donate: http://drodin.com/tuxrider
|
|
|
|
AutoName: Tux Rider
|
|
Summary: Downhill racing game
|
|
Description: |-
|
|
Control penguin Tux, riding down a snow slope: collect fishes, earn scores and
|
|
advance through nine unique levels!
|
|
|
|
Find the right angle to hold the device to gain maximum speed and press the
|
|
screen to jump.
|
|
|
|
The build has Admob replaced with a dummy library.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/drodin/TuxRider.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.9
|
|
versionCode: 11
|
|
commit: '36220e5'
|
|
srclibs:
|
|
- MobAdMob@2d5736
|
|
forceversion: true
|
|
prebuild: echo "android.library.reference.1=$$MobAdMob$$" >> project.properties
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.3.0
|
|
CurrentVersionCode: 13
|