New app: Pixel Wheels
This commit is contained in:
parent
8d6ed9dee9
commit
08dd802215
43
metadata/com.agateau.tinywheels.android.yml
Normal file
43
metadata/com.agateau.tinywheels.android.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: http://agateau.com/projects/pixelwheels/
|
||||
SourceCode: https://github.com/agateau/pixelwheels
|
||||
IssueTracker: https://github.com/agateau/pixelwheels/issues
|
||||
|
||||
AutoName: Pixel Wheels
|
||||
Summary: A top-down retro racing game
|
||||
Description: |
|
||||
Pixel Wheels is a top-down retro racing game: race for the first place on various tracks. Pick up bonuses to boost your position or slow down competitors!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/agateau/pixelwheels
|
||||
|
||||
Builds:
|
||||
- versionName: 0.12.0
|
||||
versionCode: 11
|
||||
commit: 0.12.0
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y aseprite python3-setuptools python3-pil xvfb xauth imagemagick-6.q16
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- pafx@269b0241a4b5507a1f45d0aa576fb9f9dad91ad8
|
||||
rm:
|
||||
- tools/packr.jar
|
||||
prebuild: sed -i -e 's#./gradlew#gradle#' ../Makefile
|
||||
scandelete:
|
||||
- android/libs/
|
||||
build:
|
||||
- gradle tools:dist -b ../build.gradle
|
||||
- export PYTHONPATH=../$$pafx$$/build/lib/
|
||||
- xvfb-run -a make -C .. assets
|
||||
- xvfb-run -a make -C .. mapscreenshotgenerator
|
||||
- make -C .. packer
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.12.0
|
||||
CurrentVersionCode: 11
|
4
srclibs/pafx.txt
Normal file
4
srclibs/pafx.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo:https://github.com/agateau/pafx.git
|
||||
Repo Type:git
|
||||
|
||||
Prepare:./setup.py build
|
Loading…
Reference in a new issue