Skip to content

Commit

Permalink
recipes: new materialyoucolor recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Jan 14, 2024
1 parent 75be018 commit 73071e4
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.1"
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
depends = ["pybind11"]
call_hostpython_via_targetpython = False


recipe = MaterialyoucolorRecipe()

0 comments on commit 73071e4

Please sign in to comment.