blob: 9010ad13580d096f5b2024cb5c97e64d01e40cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
pkgbase = electron-cash-git
pkgdesc = Lightweight Bitcoin Cash wallet
pkgver = 4.4.0.r19.g130392e5c
pkgrel = 1
url = http://www.electroncash.org/
arch = any
license = MIT
makedepends = automake
makedepends = autoconf
makedepends = git
makedepends = protobuf
makedepends = python-requests
makedepends = python-setuptools
makedepends = python-tox
depends = hicolor-icon-theme
depends = python
depends = python-certifi
depends = python-dateutil
depends = python-dnspython
depends = python-ecdsa
depends = python-jsonrpclib-pelix
depends = python-pathvalidate>=3.0.0
depends = python-protobuf
depends = python-pyaes
depends = python-pyqt5
depends = python-pysocks
depends = python-qrcode
depends = python-requests
depends = python-six
depends = python-stem
depends = qt5-base
depends = qt5-svg
depends = ttf-bitstream-vera
optdepends = tor: Tor support
optdepends = python-btchip: Ledger hardware wallet support
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-matplotlib: plot transaction history in graphical mode
optdepends = python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes
optdepends = python-qdarkstyle: optional dark theme in graphical mode
optdepends = python-rpyc: send commands to Electrum Python console from an external script
optdepends = python-trezor: Trezor hardware wallet support
optdepends = python-keepkey: Trezor hardware wallet support
optdepends = zbar: QR code reading support
provides = electron-cash
conflicts = electron-cash
source = electron-cash-git::git+https://github.com/Electron-Cash/Electron-Cash.git
sha256sums = SKIP
pkgname = electron-cash-git
|