Skip to content

Commit 91558c5

Browse files
authored
Merge pull request #1288 from kivy/groestlcoin_hash
Groestlcoin hash
2 parents 456d7aa + 9316d3d commit 91558c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)