diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template new file mode 100644 index 00000000000..90023628856 --- /dev/null +++ b/srcpkgs/python3-autobahn/template @@ -0,0 +1,20 @@ +# Template file for 'python3-autobahn' +pkgname=python3-autobahn +version=19.6.2 +revision=1 +archs=noarch +wrksrc="autobahn-${version}" +build_style=python3-module +pycompile_module="autobahn twisted" +hostmakedepends="python3 python3-setuptools" +depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio" +short_desc="Real-time framework for Web, Mobile & Internet of Things" +maintainer="travankor " +license="MIT" +homepage="https://crossbar.io/autobahn" +distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz" +checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22 + +post-install() { + vlicense LICENSE +}