mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: electrum-2.6.12
This commit is contained in:
parent
b380e1d1f1
commit
1156ad6a41
3 changed files with 32 additions and 0 deletions
4
srcpkgs/electrum/INSTALL.msg
Normal file
4
srcpkgs/electrum/INSTALL.msg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Some optional packages must be installed for additional functionality:
|
||||||
|
|
||||||
|
- python-matplotlib: plot transaction history in graphical mode
|
||||||
|
|
25
srcpkgs/electrum/template
Normal file
25
srcpkgs/electrum/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python-electrum'
|
||||||
|
pkgname=electrum
|
||||||
|
version=2.7.12
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="Electrum-${version}"
|
||||||
|
build_style=python2-module
|
||||||
|
pycompile_module="electrum"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython python-jsonrpclib"
|
||||||
|
# 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=3644274231326cc6b13a25703ebe6ec22bbbce7832a86d75abc745040475ad6f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENCE LICENSE
|
||||||
|
}
|
3
srcpkgs/electrum/update
Normal file
3
srcpkgs/electrum/update
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
site="https://download.electrum.org"
|
||||||
|
pattern='<a href="\K[\d.]+(?=/">)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue