New package: python3-txtorcon-19.0.0
This commit is contained in:
parent
197a7fa478
commit
aad99dba20
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-txtorcon/template
Normal file
20
srcpkgs/python3-txtorcon/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue