42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
Categories:Games
|
|
License:MIT
|
|
Web Site:
|
|
Source Code:https://github.com/alketii/mighty-knight
|
|
Issue Tracker:https://github.com/alketii/mighty-knight/issues
|
|
|
|
Summary:Infinite runner
|
|
Description:
|
|
Help the mighty knight fight zombies and get rich.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/alketii/mighty-knight.git
|
|
|
|
Build:1.0.0,1
|
|
commit=60d1fcf8e44839db82eaa39cafb5e921cd89d0de
|
|
sudo=apt-get update && \
|
|
apt-get install --yes g++
|
|
output=mighty_knight.apk
|
|
srclibs=Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979
|
|
prebuild=mkdir mighty_knight && \
|
|
bash -O extglob -c "mv !(mighty_knight) mighty_knight" && \
|
|
cp -R $$Godot$$ godot
|
|
target=android-19
|
|
build=cd godot && \
|
|
scons -j `nproc` p=server unix_global_settings_path=".." && \
|
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
|
scons -j `nproc` p=android target=release && \
|
|
pushd platform/android/java/ && \
|
|
gradle assembleRelease && \
|
|
popd && \
|
|
export HOME=$PWD && \
|
|
mkdir -p ../templates/ && \
|
|
cp bin/android_release.apk ../templates && \
|
|
cd ../mighty_knight && \
|
|
../godot/bin/godot_server.server.tools.* -export Android ../mighty_knight.apk
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:None
|
|
Current Version:1.0.0
|
|
Current Version Code:1
|