Skip to content

Commit 4c5fff6

Browse files
authored
Merge pull request kivy#2950 from T-Dynamos/add-mcp
recipes: new `materialyoucolor` recipe
2 parents fb97f1a + 7045230 commit 4c5fff6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)