Skip to content

Commit

Permalink
recipes: add new materialyoucolor recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Mar 15, 2024
1 parent 22a112c commit 780cb9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kivy_ios/recipes/materialyoucolor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from kivy_ios.toolchain import PythonRecipe


class MaterialYouColorRecipe(PythonRecipe):
version = "2.0.7"
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"


recipe = MaterialYouColorRecipe()

0 comments on commit 780cb9f

Please sign in to comment.