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

11 lines
219 B
Python
Raw Permalink Normal View History

2022-11-29 21:35:24 +01:00
from pythonforandroid.recipe import CythonRecipe
class CymunkRecipe(CythonRecipe):
version = 'master'
url = 'https://github.com/tito/cymunk/archive/{version}.zip'
name = 'cymunk'
recipe = CymunkRecipe()