Skip to content

Commit

Permalink
Merge pull request #2950 from T-Dynamos/add-mcp
Browse files Browse the repository at this point in the history
recipes: new `materialyoucolor` recipe
  • Loading branch information
AndreMiras authored Feb 5, 2024
2 parents fb97f1a + 7045230 commit 4c5fff6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pythonforandroid/recipes/materialyoucolor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from pythonforandroid.recipe import CompiledComponentsPythonRecipe


class MaterialyoucolorRecipe(CompiledComponentsPythonRecipe):
need_stl_shared = True
stl_lib_name = "c++_shared"
version = "2.0.5"
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
depends = ["setuptools"]
call_hostpython_via_targetpython = False


recipe = MaterialyoucolorRecipe()

0 comments on commit 4c5fff6

Please sign in to comment.