void-packages/srcpkgs/pounce/template

21 lines
664 B
Bash

# Template file for 'pounce'
pkgname=pounce
version=3.1
revision=3
build_style=gnu-configure
configure_args="--enable-notify --enable-palaver"
make_build_target="all"
hostmakedepends="pkg-config"
makedepends="libtls-devel libcurl-devel sqlite-devel"
depends="openssl"
short_desc="Multi-client, TLS-only IRC bouncer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://git.causal.agency/pounce/"
distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz"
checksum=97f245556b1cc940553fca18f4d7d82692e6c11a30f612415e5e391e5d96604e
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi