void-packages/srcpkgs/python3-txtorcon/template
2020-05-11 20:23:29 +02:00

20 lines
619 B
Bash

# Template file for 'python3-txtorcon'
pkgname=python3-txtorcon
version=20.0.0
revision=1
archs=noarch
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
}