27 lines
920 B
Bash
27 lines
920 B
Bash
# Template file for 'electrum'
|
|
pkgname=electrum
|
|
version=3.2.2
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Electrum-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="electrum electrum_gui electrum_plugins"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
|
python3-pbkdf2 python3-protobuf python3-pyaes python3-pycryptodome python3-pysocks
|
|
python3-qrcode python3-requests"
|
|
# Missing optional dependencies:
|
|
# btchip - BTChip hardware wallet support
|
|
# trezor - TREZOR hardware wallet support
|
|
# keepkey - KeepKey hardware wallet support
|
|
short_desc="Lightweight Bitcoin wallet"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
license="MIT"
|
|
homepage="https://electrum.org/"
|
|
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
|
checksum=69cc3eaef8cc88e92730f3f38850a83e66ffd51d9aa26364f35fd45d1cedaabb
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|