Skip to content

Commit 2146ef7

Browse files
committed
recipes: new materialyoucolor recipe
1 parent 75be018 commit 2146ef7

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.3"
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)