lbry-android-sdk/p4a/pythonforandroid/recipes/groestlcoin_hash/__init__.py

12 lines
294 B
Python
Raw Normal View History

from pythonforandroid.recipe import CythonRecipe
class GroestlcoinHashRecipe(CythonRecipe):
2022-12-02 21:15:34 +01:00
version = '1.0.3'
url = 'https://github.com/Groestlcoin/groestlcoin-hash-python/archive/{version}.tar.gz'
2022-12-02 21:15:34 +01:00
depends = ['setuptools']
cythonize = False
recipe = GroestlcoinHashRecipe()