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 14, 2024
1 parent 22a112c commit b948923
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kivy_ios/recipes/materialyoucolor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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"
depends = ["setuptools"]

recipe = MaterialYouColorRecipe()

0 comments on commit b948923

Please sign in to comment.