plyer: new recipe
This commit is contained in:
parent
f23f86dfef
commit
00affb6b94
1 changed files with 12 additions and 0 deletions
12
recipes/plyer/__init__.py
Normal file
12
recipes/plyer/__init__.py
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# pure-python package, this can be removed when we'll support any python package
|
||||||
|
from toolchain import PythonRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class PlyerRecipe(PythonRecipe):
|
||||||
|
version = "master"
|
||||||
|
url = "https://github.com/kivy/plyer/archive/{version}.zip"
|
||||||
|
depends = ["python", "pyobjus"]
|
||||||
|
archs = ["i386"]
|
||||||
|
|
||||||
|
recipe = PlyerRecipe()
|
||||||
|
|
Loading…
Reference in a new issue