mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
electrum: fix template
This commit is contained in:
parent
fe17657963
commit
84212fdbf9
2 changed files with 8 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
||||||
Some optional packages must be installed for additional functionality:
|
Some optional packages must be installed for additional functionality:
|
||||||
|
|
||||||
- python-matplotlib: plot transaction history in graphical mode
|
- python3-matplotlib: plot transaction history in graphical mode
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.1.3
|
version=3.1.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum electrum_gui electrum_plugins"
|
||||||
hostmakedepends="python3-pip"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
||||||
python3-pbkdf2 python3-protobuf python3-pyaes python3-pysocks python3-qrcode
|
python3-pbkdf2 python3-protobuf python3-pyaes python3-pysocks python3-qrcode
|
||||||
python3-requests"
|
python3-requests"
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# python-zbar - QR Code scanning
|
# btchip - BTChip hardware wallet support
|
||||||
# python-btchip - BTChip hardware wallet support
|
# trezor - TREZOR hardware wallet support
|
||||||
# python-trezor - TREZOR hardware wallet support
|
# keepkey - KeepKey hardware wallet support
|
||||||
# python-keepkey - KeepKey hardware wallet support
|
|
||||||
short_desc="Lightweight Bitcoin wallet"
|
short_desc="Lightweight Bitcoin wallet"
|
||||||
maintainer="Charles E. Lehner <cel@celehner.com>"
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -24,5 +22,5 @@ distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
||||||
checksum=3e5aedb52184f2237eb81194539f27b148045e266e46aca0e42ae53f9a47a216
|
checksum=3e5aedb52184f2237eb81194539f27b148045e266e46aca0e42ae53f9a47a216
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE LICENSE
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue