void-packages/srcpkgs/electrum/template

28 lines
947 B
Bash
Raw Normal View History

2017-06-09 22:16:37 +02:00
# Template file for 'electrum'
2016-11-18 17:25:50 +01:00
pkgname=electrum
2017-06-09 22:16:37 +02:00
version=2.8.3
2017-02-01 15:25:14 +01:00
revision=1
2016-11-18 17:25:50 +01:00
noarch=yes
2017-01-11 19:46:15 +01:00
nocross=yes
2016-11-18 17:25:50 +01:00
wrksrc="Electrum-${version}"
build_style=python2-module
pycompile_module="electrum"
hostmakedepends="python-setuptools"
2017-06-09 22:16:37 +02:00
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython
python-jsonrpclib python-PyQt4 python-pyaes python-pysocks"
2016-11-18 17:25:50 +01:00
# 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"
2017-06-09 22:16:37 +02:00
checksum=c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12
2016-11-18 17:25:50 +01:00
post_install() {
vlicense LICENCE LICENSE
}