30 lines
1.1 KiB
Bash
30 lines
1.1 KiB
Bash
# Template file for 'electrum'
|
|
pkgname=electrum
|
|
version=4.1.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
|
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
|
python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
|
|
python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
|
|
python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
|
|
python3-certifi"
|
|
# Optional dependencies:
|
|
# btchip - BTChip hardware wallet support
|
|
# trezor - TREZOR hardware wallet support
|
|
# keepkey - KeepKey hardware wallet support
|
|
# qdarkstyle - Dark theme
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="Lightweight Bitcoin wallet"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
license="MIT"
|
|
homepage="https://electrum.org/"
|
|
distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz"
|
|
checksum=f1e0565a50e2f21a35a180f927239625f14e23a1d87be0a962bbb7895001ab82
|
|
|
|
post_install() {
|
|
sed -i -e 's|electrum %u|electrum|' \
|
|
-e 's|testnet %u|testnet|' \
|
|
${DESTDIR}/usr/share/applications/electrum.desktop
|
|
vlicense LICENCE
|
|
}
|