vp-build/srcpkgs/electrum-ltc/template

21 lines
751 B
Bash

# Template file for 'electrum-ltc'
pkgname=electrum-ltc
version=3.3.6.1
revision=2
archs=noarch
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="8c5ab5f496bc0dcedb6efcf7dee4c936dcf6fddbea58ebb081b4aa4bb2faf624"
post_install() {
vlicense LICENCE
}