19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'python3-txtorcon'
|
|
pkgname=python3-txtorcon
|
|
version=20.0.0
|
|
revision=2
|
|
wrksrc="txtorcon-${version}"
|
|
build_style=python3-module
|
|
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=8b5f5587ab03bb965c4d162b8ef86c6853c06041b200f2f8a2272caa4bd7cac4
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|