kivy-ios/kivy_ios/recipes/plyer/__init__.py

12 lines
250 B
Python
Raw Normal View History

from kivy_ios.toolchain import PythonRecipe
2015-02-25 13:41:08 +01:00
2015-02-25 13:41:08 +01:00
class PlyerRecipe(PythonRecipe):
version = "master"
url = "https://github.com/kivy/plyer/archive/{version}.zip"
depends = ["python", "pyobjus"]
archs = ["x86_64"]
2015-02-25 13:41:08 +01:00
recipe = PlyerRecipe()