New package: maddy-0.7.0.

This commit is contained in:
Michael Aldridge 2023-07-06 22:53:24 -05:00 committed by Michael Aldridge
parent 365178d9ff
commit 1052adaf16
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
umask 0027
exec 2>&1
exec chpst -u _maddy:_maddy -C /var/lib/maddy -o 131072 -p 512 /usr/bin/maddy run

31
srcpkgs/maddy/template Normal file
View File

@ -0,0 +1,31 @@
# Template file for 'maddy'
pkgname=maddy
version=0.7.0
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"
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=d661a74a9a14e874610aba776a01aaeee742a32ef06592251d4a86306487dfa9
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
}