19 lines
545 B
Bash
19 lines
545 B
Bash
# 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 <franklin.delehelle@odena.eu>"
|
|
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
|
|
}
|