vp-build/srcpkgs/poezio/template

22 lines
641 B
Bash

# Template file for 'poezio'
pkgname=poezio
version=0.11
revision=2
build_style=python3-module
pycompile_module="poezio poezio_plugins poezio_themes"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-setuptools python3-slixmpp"
short_desc="Console XMPP/Jabber client"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="zlib"
homepage="https://poez.io/"
distfiles="${PYPI_SITE}/p/poezio/poezio-${version}.tar.gz"
checksum=80bec1e38d3a0ee9003ebe71e09b3783c610bb87b875bd3dc7c33675fc3431e0
post_install() {
# keep man pages only
rm -rf ${DESTDIR}/usr/share/{doc,poezio}
vlicense COPYING
}