21 lines
655 B
Bash
21 lines
655 B
Bash
# Template file for 'python3-txtorcon'
|
|
pkgname=python3-txtorcon
|
|
version=19.1.0
|
|
revision=2
|
|
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=c72d7474ff4385cd60b5c2c52a50ece3f19a6f00259bf0ff0c38b264036e1c2d
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|