Skip to content

Commit

Permalink
Merge pull request #3 from Novfensec/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
hemna authored Nov 22, 2024
2 parents b43cd08 + e6d9016 commit 574ac29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Kivy for iOS


[![Backers on Open Collective](https://opencollective.com/kivy/backers/badge.svg)](https://opencollective.com/kivy)
[![Sponsors on Open Collective](https://opencollective.com/kivy/sponsors/badge.svg)](https://opencollective.com/kivy)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
Expand Down
10 changes: 10 additions & 0 deletions kivy_ios/recipes/bitarray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from kivy_ios.toolchain import PythonRecipe


class BitarrayRecipe(PythonRecipe):
version = "3.0.0"
url = "https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
depends = ["hostpython3", "python3"]


recipe = BitarrayRecipe()

0 comments on commit 574ac29

Please sign in to comment.