diff --git a/srcpkgs/electrum/INSTALL.msg b/srcpkgs/electrum/INSTALL.msg new file mode 100644 index 0000000000..b87bdad497 --- /dev/null +++ b/srcpkgs/electrum/INSTALL.msg @@ -0,0 +1,4 @@ +Some optional packages must be installed for additional functionality: + + - python-matplotlib: plot transaction history in graphical mode + diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template new file mode 100644 index 0000000000..5ca5387bd1 --- /dev/null +++ b/srcpkgs/electrum/template @@ -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 " +homepage="https://electrum.org/" +license="MIT" +distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz" +checksum=3644274231326cc6b13a25703ebe6ec22bbbce7832a86d75abc745040475ad6f + +post_install() { + vlicense LICENCE LICENSE +} diff --git a/srcpkgs/electrum/update b/srcpkgs/electrum/update new file mode 100644 index 0000000000..4b1b69c332 --- /dev/null +++ b/srcpkgs/electrum/update @@ -0,0 +1,3 @@ +site="https://download.electrum.org" +pattern=')' +