Skip to content

Commit 519092f

Browse files
committed
Added pysdl2 recipe (temporary until pip works)
1 parent 20c6ee2 commit 519092f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
from pythonforandroid.toolchain import PythonRecipe, shprint, current_directory, ArchAndroid
3+
from os.path import exists, join
4+
import sh
5+
import glob
6+
7+
class PySDL2Recipe(PythonRecipe):
8+
version = '0.9.3'
9+
url = 'https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-{version}.tar.gz'
10+
11+
depends = ['sdl2']
12+
13+
14+
recipe = PySDL2Recipe()

0 commit comments

Comments
 (0)