diff --git a/metadata/in.p1x.tanks_of_freedom.txt b/metadata/in.p1x.tanks_of_freedom.txt new file mode 100644 index 0000000000..7ae9519e27 --- /dev/null +++ b/metadata/in.p1x.tanks_of_freedom.txt @@ -0,0 +1,51 @@ +Categories:Games +License:MIT +Web Site:http://w84death.itch.io/tanks-of-freedom +Source Code:https://github.com/w84death/Tanks-of-Freedom +Issue Tracker:https://github.com/w84death/Tanks-of-Freedom/issues +Bitcoin:18oHovhxpevALZFcjH3mgNKB1yLi3nNFRY + + +Summary:Indie Turn Based Strategy in Isometric Pixel Art +Description: +Push the frontline with your tanks, support with your helicopters, and claim +strategic buildings with your infantry! Issue orders and fight for freedom! + +Use roads to move the front forward with your armed forces. Break through the +enemy lines and take control of your opponent's bunker to win the battle. +. + +Repo Type:git +Repo:https://github.com/w84death/Tanks-of-Freedom.git + +Build:0.1,1 + commit=425f5328dba8414afabf72fcab6d572e0dbbebb4 + output=tof.apk + srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f + prebuild=mkdir tof && \ + bash -O extglob -c "mv !(tof) tof" && \ + printf "[platform:Android]\n\npackage/icon=\"res://icon.png\"\npackage/name=\"Tanks of Freedom\"\npackage/unique_name=\"in.p1x.tanks_of_freedom\"\nversion/code=\"1\"\nversion/name=\"0.1\"\n" > tof/export.cfg && \ + cp -R $$Godot$$ godot + target=android-19 + scandelete=godot/platform/flash/lib/libGL.a,godot/platform/android/libs/google_play_services/libs/google-play-services.jar + 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 && \ + 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 ../tof && \ + ../godot/bin/godot_server.server.tools.* -export Android ../tof.apk + buildjni=no + +Auto Update Mode:None +Update Check Mode:None + diff --git a/metadata/io.github.kobuge.games.minilens.txt b/metadata/io.github.kobuge.games.minilens.txt index 4bc420fc0c..7187ec6c79 100644 --- a/metadata/io.github.kobuge.games.minilens.txt +++ b/metadata/io.github.kobuge.games.minilens.txt @@ -19,7 +19,7 @@ Repo:https://github.com/KOBUGE-Games/minilens.git Build:1.1,1 commit=873c2039219cd79b7d4d1dc0278c2398257a4225 output=minilens.apk - srclibs=Godot@584f4470c8be53fa2c682fdd9caede949fc58cf0 + srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f prebuild=mkdir minilens && \ bash -O extglob -c "mv !(minilens) minilens" && \ cp -R $$Godot$$ godot diff --git a/srclibs/Godot.txt b/srclibs/Godot.txt index 48af7638cc..4fb7d6ba90 100644 --- a/srclibs/Godot.txt +++ b/srclibs/Godot.txt @@ -1,3 +1,3 @@ Repo Type:git -Repo:https://github.com/est31/godot.git +Repo:https://github.com/okamstudio/godot.git