# Template file for 'electrum-aionostr'
pkgname=electrum-aionostr
version=0.0.11
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
depends="electrum-ecc python3-aiohttp python3-aiohttp_socks python3-aiorpcx"
checkdepends="$depends python3-pytest python3-click python3-cryptography
 python3-pytest-cov"
short_desc="Asyncio Nostr client for Python"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="BSD-3-Clause"
homepage="https://electrum.org/"
distfiles="https://github.com/spesmilo/electrum-aionostr/archive/${version}.tar.gz"
checksum=37c8ac0cd373662cf801aba5e2d8c06530c1d20936a3f165d78f72d89a0cf46d

post_install() {
	vlicense LICENSE
}
