diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template new file mode 100644 index 00000000000..9ccb1b5cc24 --- /dev/null +++ b/srcpkgs/python3-slixmpp/template @@ -0,0 +1,19 @@ +# Template file for 'python3-slixmpp' +pkgname=python3-slixmpp +version=1.2.1 +revision=2 +noarch=yes +wrksrc="slixmpp-${version}" +short_desc="An elegant Python library for XMPP" +build_style=python3-module +maintainer="Franklin Delehelle " +license="MIT" +hostmakedepends="python3-devel" +depends="python3" +homepage="https://github.com/poezio/slixmpp" +distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz" +checksum=49ba3e7c5ed6d7286096e60b3649ee76281fe8eeee920d379ab7da2b5c7f963b + +post_install() { + vlicense LICENSE +}