We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 456d7aa + 9316d3d commit 91558c5Copy full SHA for 91558c5
pythonforandroid/recipes/groestlcoin_hash/__init__.py
@@ -0,0 +1,12 @@
1
+from pythonforandroid.recipe import CythonRecipe
2
+
3
4
+class GroestlcoinHashRecipe(CythonRecipe):
5
+ version = '1.0.1'
6
+ url = 'https://github.com/Groestlcoin/groestlcoin-hash-python/archive/{version}.tar.gz'
7
+ depends = ['python3crystax']
8
+ call_hostpython_via_targetpython = True
9
+ cythonize = False
10
11
12
+recipe = GroestlcoinHashRecipe()
0 commit comments