lbry-android-sdk/p4a/pythonforandroid/recipes/pysdl2/__init__.py

15 lines
337 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.toolchain import PythonRecipe, shprint, current_directory, ArchARM
from os.path import exists, join
import sh
import glob
class PySDL2Recipe(PythonRecipe):
version = '0.9.3'
url = 'https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-{version}.tar.gz'
depends = ['sdl2']
recipe = PySDL2Recipe()