Added com.traffar.a24game
This commit is contained in:
parent
e8dc64b12c
commit
dbd2c307c0
33
metadata/com.traffar.a24game.txt
Normal file
33
metadata/com.traffar.a24game.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:Games
|
||||||
|
License:GPLv3
|
||||||
|
Web Site:https://bitbucket.org/przemekr/24-game
|
||||||
|
Source Code:https://bitbucket.org/przemekr/24-game/src
|
||||||
|
Issue Tracker:https://bitbucket.org/przemekr/24-game/issues
|
||||||
|
|
||||||
|
Auto Name:a24game
|
||||||
|
Summary:Simple arithmetic game
|
||||||
|
Description:
|
||||||
|
Test Your arithmetic skills. Your goal is to connect four numbers with
|
||||||
|
arithmetic operators ('+,-,*,/') to get 24 as a result. There are quite many
|
||||||
|
combinations to try and a solution is not always obvious.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://bitbucket.org/przemekr/24-game
|
||||||
|
|
||||||
|
Build:0.1,1
|
||||||
|
commit=0.1
|
||||||
|
subdir=android
|
||||||
|
init=cd jni/SDL && \
|
||||||
|
rm -rf src include SDL-2.0.3* && \
|
||||||
|
wget http://libsdl.org/release/SDL2-2.0.3.tar.gz && \
|
||||||
|
tar xf SDL2-2.0.3.tar.gz && \
|
||||||
|
ln -s SDL2-2.0.3/src . && \
|
||||||
|
ln -s SDL2-2.0.3/include .
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:0.1
|
||||||
|
Current Version Code:1
|
||||||
|
|
Loading…
Reference in a new issue