# Template file for 'maddy'
pkgname=maddy
version=0.9.5
revision=1
build_style=go
go_import_path="github.com/foxcpp/maddy"
go_package="$go_import_path/cmd/maddy
 $go_import_path/cmd/maddy-pam-helper
 $go_import_path/cmd/maddy-shadow-helper"
hostmakedepends="scdoc"
makedepends="pam-devel"
depends="libcap-progs"	# For setcap(8)
short_desc="Composable all-in-one mail server"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://maddy.email"
distfiles="https://github.com/foxcpp/maddy/archive/refs/tags/v$version.tar.gz"
checksum=c5670ff64930a4d69053557cdf252527b54c32bff882c33d120bd208f34a6e19
make_dirs="/var/lib/maddy 0750 _maddy _maddy
 /etc/maddy 0750 _maddy _maddy"
system_accounts="_maddy"
_maddy_homedir="/var/lib/maddy"

post_build() {
	scdoc < docs/man/maddy.1.scd > maddy.1
}

post_install() {
	vsv maddy
	vsconf maddy.conf
	vman maddy.1
}
