# Maintainer: Angel Perez # Maintainer: Daniel Case # Maintainer: Andy Kluger # Contributor: Timothy Redaelli # Contributor: Andy Weidenbaum pkgname=electrum-dash _pkgname=Dash-Electrum pkgdesc="Lightweight Bitcoin wallet, fork for DASH" pkgver=3.3.8.7 pkgrel=1 url="https://electrum-dash.org" arch=('any') license=('MIT') depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 'python-qrcode' 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 'python-pysocks' 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 'python-certifi' 'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks' 'python-x11_hash' 'python-bls') optdepends=('python-btchip: BTChip hardware wallet support' 'python-hidapi: Digital Bitbox hardware wallet support' 'python-matplotlib: plot transaction history in graphical mode' 'zbar: QR code reading support' 'python-rpyc: send commands to Electrum Python console from an external script' 'python-qdarkstyle: optional dark theme in graphical mode' 'python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes') makedepends=('python-setuptools') source=("https://github.com/akhavr/electrum-dash/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz") sha256sums=('b5c2ad070864041b194da9dbbb0d112fa2296d2386abafd2672546d68e9d13d0') build() { cd ${_pkgname}-${pkgver} python setup.py build } package() { cd ${pkgname}-${pkgver} python setup.py install --root="${pkgdir}" --optimize=1 }