void-packages/srcpkgs/electrum/template

29 lines
944 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
2018-01-08 03:06:05 +01:00
version=3.0.5
2018-01-16 23:52:21 +01:00
revision=4
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}"
2018-01-07 13:07:21 +01:00
build_style=python3-module
2016-11-18 17:25:50 +01:00
pycompile_module="electrum"
2018-01-07 13:07:21 +01:00
hostmakedepends="python3-setuptools"
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode
python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5
2018-01-16 18:17:45 +01:00
python3-jsonrpclib python3-requests"
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"
2018-01-08 03:06:05 +01:00
checksum=61ebc06782433f928853188762c6f3098bd3d08d54c34b5594233d196e51e01b
2016-11-18 17:25:50 +01:00
post_install() {
vlicense LICENCE LICENSE
}