# Template file for 'prosody'
pkgname=prosody
version=0.12.5
revision=1
build_style=configure
configure_args="
 --ostype=linux
 --prefix=/usr
 --no-example-certs
 --with-lua-include=${XBPS_CROSS_BASE}/usr/include/lua5.4
 --with-lua=${XBPS_CROSS_BASE}/usr
 --lua-version=5.4
 --lua-suffix=5.4
 --runwith=lua5.4"
conf_files="
 /etc/prosody/prosody.cfg.lua
 /etc/prosody/certs/localhost.cnf
 /etc/prosody/certs/openssl.cnf
 /etc/prosody/certs/makefile
 /etc/prosody/certs/GNUmakefile"
make_dirs="/var/lib/prosody 0755 prosody prosody"
makedepends="lua54-devel openssl-devel libidn-devel icu-devel"
depends="lua54-luasocket lua54-luafilesystem lua54-luaexpat lua54-luasec lua54-unbound"
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://prosody.im/"
changelog="https://prosody.im/doc/release/${version}"
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
checksum=778fb7707a0f10399595ba7ab9c66dd2a2288c0ae3a7fe4ab78f97d462bd399f

system_accounts="prosody"
prosody_homedir="/var/lib/prosody"

case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-DWITHOUT_MALLINFO" ;;
esac

post_configure() {
	vsed -e "/^CFLAGS=/s|$| ${CFLAGS}|" \
		-e "s|^CC=.*|CC=${CC}|" \
		-e 's|^LD=.*|LD=${CC}|' \
		-i config.unix
}
pre_build() {
	cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
}
post_install() {
	vsv prosody
	vlicense COPYING
}
