21 lines
655 B
Bash
21 lines
655 B
Bash
# Template file for 'python3-txtorcon'
|
|
pkgname=python3-txtorcon
|
|
version=19.0.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="txtorcon-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="twisted txtorcon"
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-automat python3-Twisted"
|
|
short_desc="Twisted-based asynchronous Tor control protocol implementation"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://txtorcon.readthedocs.io/en/latest/"
|
|
distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
|
|
checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|