From 62556d9f7df90851263676b57a6fef094770c1a3 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Tue, 25 Oct 2016 17:19:29 +0200 Subject: [PATCH] New package: python3-slixmpp-1.2.1 --- srcpkgs/python3-slixmpp/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-slixmpp/template 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 +}