Skip to content

Commit bd399dd

Browse files
tshirtmanAndreMiras
authored andcommitted
WIP Adds groestlcoin_hash module recipe
This recipe depends on python3crystax, and has only been tested with python3.6 crystax, but should work with 3.5 too.
1 parent 456d7aa commit bd399dd

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)