void-packages/srcpkgs/electrum/template

27 lines
906 B
Bash

# Template file for 'electrum'
pkgname=electrum
version=3.0.4
revision=1
noarch=yes
nocross=yes
wrksrc="Electrum-${version}"
build_style=python3-module
pycompile_module="electrum"
hostmakedepends="python3-setuptools"
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5"
# 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=526675ddde26908c3b0d46e024a4df2e780b6edb4c36a793d64ca5c8fcea7b0f
post_install() {
vlicense LICENCE LICENSE
}