fdroiddata/metadata/org.kobuge.ninjatraining.txt

45 lines
1.7 KiB
Plaintext
Raw Normal View History

2015-09-08 20:25:44 +00:00
Categories:Games
License:GPLv3+
Web Site:
2015-09-08 20:25:44 +00:00
Source Code:https://github.com/KOBUGE-Games/Ninja-Training
Issue Tracker:https://github.com/KOBUGE-Games/Ninja-Training/issues
Summary:Free Running Side-scroller
Description:
2015-09-12 05:52:14 +00:00
Free running Side-scroller started as an 1 hour challenge, but after that more
hours were spent to make it better.
2015-09-08 20:25:44 +00:00
2015-09-12 05:52:14 +00:00
All real ninjas are invisible. Thats because mentors like you train them. Train
the next generation of ninjas, make them faster until they are invisible.
2015-09-08 20:25:44 +00:00
.
Repo Type:git
Repo:https://github.com/KOBUGE-Games/Ninja-Training.git
Build:1.0.1,2
commit=f731d54d9c2c197bc8462f2357a716ac7c1fea20
output=njt.apk
srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f
prebuild=mkdir njt && \
bash -O extglob -c "mv !(njt) njt" && \
cp -R $$Godot$$ godot
scandelete=godot/platform
build=cd godot && \
scons -j 8 p=server && \
for libname in apk_expansion downloader_library google_play_services play_licensing; do sed -i 's/android-15/android-19/' platform/android/libs/${libname}/project.properties; done && \
2015-09-08 20:25:44 +00:00
export ANDROID_NDK_ROOT=$$NDK$$ && \
scons -j 8 p=android target=release && \
mkdir -p platform/android/java/libs/armeabi && \
cp bin/libgodot.android.opt.so platform/android/java/libs/armeabi/libgodot_android.so && \
pushd platform/android/java/ && \
ant release && \
popd && \
export HOME=$PWD && \
mkdir -p ~/.godot/templates/ && \
cp platform/android/java/bin/Godot-release-unsigned.apk ~/.godot/templates/android_release.apk && \
cd ../njt && \
../godot/bin/godot_server.server.tools.* -export Android ../njt.apk
Auto Update Mode:None
Update Check Mode:None