void-packages/srcpkgs/poezio/template

23 lines
759 B
Bash

# Template file for 'poezio'
pkgname=poezio
version=0.14
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools pkg-config"
makedepends="python3-devel"
depends="python3-slixmpp python3-aiodns python3-pyasn1-modules
python3-typing_extensions python3-setuptools python3-Pygments python3-qrcode python3-mpd2 python3-inotify python3-potr"
checkdepends="$depends"
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=d9b8a3e22fa39a8683a9a289229f23d922e63c938a76b9897b77f3278bb3a420
post_install() {
# keep man pages only
rm -r ${DESTDIR}/usr/share/{doc,poezio}
vlicense COPYING
}