Merge branch 'alket/fdroiddata-master'
This commit is contained in:
commit
4843cb968b
40
metadata/io.github.alketii.mightyknight.txt
Normal file
40
metadata/io.github.alketii.mightyknight.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
Categories:Games
|
||||||
|
License:MIT
|
||||||
|
Web Site:https://github.com/alketii/mighty-knight
|
||||||
|
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
|
||||||
|
sudo=apt-get update && apt-get install --yes g++
|
||||||
|
commit=60d1fcf8e44839db82eaa39cafb5e921cd89d0de
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue