Skip to content

Commit 85e52f9

Browse files
committed
- Add recipe for selectolax
1 parent 70f9224 commit 85e52f9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from pythonforandroid.recipe import CythonRecipe
2+
3+
4+
class SelectolaxRecipe(CythonRecipe):
5+
version = '0.4.10'
6+
url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz'
7+
depends = ['setuptools']
8+
9+
10+
recipe = SelectolaxRecipe()

0 commit comments

Comments
 (0)