From aad99dba20c265beead521c1ec7ce1b39d89a8c3 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 29 Aug 2019 22:16:04 -0700 Subject: [PATCH] New package: python3-txtorcon-19.0.0 --- srcpkgs/python3-txtorcon/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-txtorcon/template diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template new file mode 100644 index 00000000000..d870ca425c0 --- /dev/null +++ b/srcpkgs/python3-txtorcon/template @@ -0,0 +1,20 @@ +# 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 " +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 +}