kivy-ios/recipes/curly/__init__.py

13 lines
292 B
Python
Raw Normal View History

2019-09-04 19:46:27 +02:00
from toolchain import CythonRecipe
2019-09-04 19:46:27 +02:00
class CurlyRecipe(CythonRecipe):
version = "master"
url = "https://github.com/tito/curly/archive/{version}.zip"
library = "libcurly.a"
depends = ["python", "libcurl", "sdl2", "sdl2_image"]
pre_build_ext = True
recipe = CurlyRecipe()