20 lines
738 B
Bash
20 lines
738 B
Bash
# Template file for 'electrum-ltc'
|
|
pkgname=electrum-ltc
|
|
version=3.3.8.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
|
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
|
python3-dnspython python3-ecdsa python3-jsonrpclib python3-protobuf
|
|
python3-pyaes python3-pycryptodome python3-PyQt5 python3-qrcode"
|
|
short_desc="Lightweight Litecoin port of the Electrum Bitcoin wallet"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://electrum-ltc.org/"
|
|
distfiles="https://github.com/pooler/electrum-ltc/archive/${version}.tar.gz"
|
|
checksum="6f4049abacfdb125b968e841ec9bc01e386e475f3fac8534103ffea1257b0f0f"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|