void-packages/srcpkgs/electrum/template
2017-06-16 04:05:47 -06:00

27 lines
947 B
Bash

# Template file for 'electrum'
pkgname=electrum
version=2.8.3
revision=1
noarch=yes
nocross=yes
wrksrc="Electrum-${version}"
build_style=python2-module
pycompile_module="electrum"
hostmakedepends="python-setuptools"
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython
python-jsonrpclib python-PyQt4 python-pyaes python-pysocks"
# Missing optional dependencies:
# python-zbar - QR Code scanning
# python-btchip - BTChip hardware wallet support
# python-trezor - TREZOR hardware wallet support
# python-keepkey - KeepKey hardware wallet support
short_desc="Lightweight Bitcoin client"
maintainer="Charles E. Lehner <cel@celehner.com>"
homepage="https://electrum.org/"
license="MIT"
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
checksum=c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12
post_install() {
vlicense LICENCE LICENSE
}