We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb97f1a + 7045230 commit 4c5fff6Copy full SHA for 4c5fff6
pythonforandroid/recipes/materialyoucolor/__init__.py
@@ -0,0 +1,13 @@
1
+from pythonforandroid.recipe import CompiledComponentsPythonRecipe
2
+
3
4
+class MaterialyoucolorRecipe(CompiledComponentsPythonRecipe):
5
+ need_stl_shared = True
6
+ stl_lib_name = "c++_shared"
7
+ version = "2.0.5"
8
+ url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
9
+ depends = ["setuptools"]
10
+ call_hostpython_via_targetpython = False
11
12
13
+recipe = MaterialyoucolorRecipe()
0 commit comments