# Maintainer: mathieui pkgname=poezio-git _pkgname=poezio pkgrel=1 pkgver=20230706.58360005 pkgdesc="A full-featured command-line irc-like (muc-centered) jabber client (git)" arch=('i686' 'x86_64') url="http://poez.io" conflicts=('poezio') provides=('poezio') license=('zlib') depends=('python' 'python-setuptools' 'python-slixmpp-git') makedepends=('git' 'python-sphinx') optdepends=('gnupg: GPG plugin' 'python-pyinotify: screen/tmux detach plugin' 'figlet: ASCII art plugin' 'python-aiohttp: file upload') source=("git+https://codeberg.org/poezio/poezio.git") md5sums=('SKIP') pkgver() { cd "$srcdir/$_pkgname" git log -1 --format='%cd.%h' --date=short | tr -d - | sed 's/-/./' } build() { cd "$srcdir/$_pkgname" make } package() { cd "$srcdir/$_pkgname" make DESTDIR="$pkgdir/" prefix=/usr install }