blob: ec5e34524f5799e4c779c3edb83cd56b8b1284d6 (
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
|
pkgbase = electrum-vtc
pkgdesc = Lightweight Vertcoin wallet
pkgver = 4.2.1
pkgrel = 1
url = https://vertcoin.org/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-pip
depends = python-pyaes
depends = python-ecdsa
depends = python-pbkdf2
depends = python-requests
depends = python-qrcode
depends = python-protobuf
depends = python-dnspython
depends = python-jsonrpclib-pelix
depends = python-pysocks
depends = python-pyqt5
depends = python-pycryptodomex
depends = python-websocket-client
depends = python-certifi
depends = python-aiorpcx
depends = python-aiohttp
depends = python-aiohttp-socks
depends = libsecp256k1
depends = python-bitstring
optdepends = python-btchip: BTChip hardware wallet support
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-matplotlib: plot transaction history in graphical mode
optdepends = zbar: QR code reading support
optdepends = python-rpyc: send commands to Electrum Python console from an external script
optdepends = python-qdarkstyle: optional dark theme in graphical mode
optdepends = python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes
optdepends = create-verthash-datafile: generate verthash.dat
provides = electrum-vtc
conflicts = electrum-vtc
source = https://github.com/vertcoin-project/electrum/releases/download/v4.2.1/Electrum-VTC-v4.2.1.tar.gz
sha256sums = 10628f93fb126b358481d797480654aaebc0ea7a202da1d6b8dbd1c4e127d764
pkgname = electrum-vtc
|