New package: Electron-Cash-4.0.9.

This commit is contained in:
Cameron Nemo 2019-09-07 11:45:35 -07:00 committed by Helmut Pozimski
parent a821e78fe7
commit 001833d466

View file

@ -0,0 +1,26 @@
# Template file for 'Electron-Cash'
pkgname=Electron-Cash
version=4.0.9
revision=1
archs=noarch
build_style=python3-module
pycompile_module="electroncash electroncash_gui electroncash_plugins"
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
depends="python3-PyQt5 python3-PyQt5-svg
python3-jsonrpclib python3-protobuf
python3-pyaes python3-pycryptodome python3-ecdsa
python3-dnspython python3-requests python3-qrcode python3-pysocks"
short_desc="Lightweight Bitcoin Cash client"
maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="MIT"
homepage="https://electroncash.org"
distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
checksum=630274c6e930590aa28587e348c7ed13c7bc560b16dc98c44d5ccb2ec9331899
shlib_requires="libzbar.so.0 libsecp256k1.so.0"
post_install() {
for lib in zbar secp256k1; do
rm -f -- "${DESTDIR}/usr/lib/python${py3_ver}/site-packages/electroncash/lib${lib}.so.0"
done
vlicense LICENCE
}