Skip to content

Commit

Permalink
Add bitarray recipe (#3084)
Browse files Browse the repository at this point in the history
* add bitarray recipe
  • Loading branch information
Novfensec authored Nov 19, 2024
1 parent 10c5292 commit b339493
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pythonforandroid/recipes/bitarray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe


class BitarrayRecipe(CppCompiledComponentsPythonRecipe):
stl_lib_name = "c++_shared"
version = "3.0.0"
url = "https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
depends = ["setuptools"]


recipe = BitarrayRecipe()

0 comments on commit b339493

Please sign in to comment.