Add ir.hsn6.defendo
This commit is contained in:
parent
3a56da930b
commit
784fd81c2e
41
metadata/ir.hsn6.defendo.txt
Normal file
41
metadata/ir.hsn6.defendo.txt
Normal file
|
@ -0,0 +1,41 @@
|
|||
Categories:Games
|
||||
License:GPL-3.0+
|
||||
Web Site:https://github.com/HassanHeydariNasab/defendo
|
||||
Source Code:https://github.com/HassanHeydariNasab/defendo
|
||||
Issue Tracker:https://github.com/HassanHeydariNasab/defendo/issues
|
||||
Bitcoin:16D7Nroenpx4QDNqfq3Js7sdAVhew2NzGp
|
||||
|
||||
Summary:A tower defense game
|
||||
Description:
|
||||
You are called to defend a base. Currently language of the game is Esperanto.
|
||||
The game is developing using Godot v2.1.3.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/HassanHeydariNasab/defendo.git
|
||||
|
||||
Build:2.3.1,6
|
||||
commit=93a4c98e5b8482c6d7d7fb8abe3fa1d3fed9683a
|
||||
output=defendo.apk
|
||||
srclibs=Godot@2.1.2-stable-0-gc508b5b2e14c43a6e7a629f0d655a0e5ddcd6cd7
|
||||
prebuild=mkdir defendo && \
|
||||
bash -O extglob -c "mv !(defendo) defendo" && \
|
||||
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 ../defendo && \
|
||||
../godot/bin/godot_server.server.tools.* -export Android ../defendo.apk
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.3.1
|
||||
Current Version Code:6
|
Loading…
Reference in a new issue