opendkim: add runit service

This commit is contained in:
Artem Kobets 2019-08-28 22:02:01 +03:00 committed by Helmut Pozimski
parent 0277e6fc8c
commit 1800c0ad0a
2 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec opendkim -f ${OPTS}

View file

@ -1,14 +1,14 @@
# Template file for 'opendkim' # Template file for 'opendkim'
pkgname=opendkim pkgname=opendkim
version=2.10.3 version=2.10.3
revision=9 revision=10
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-milter=${XBPS_CROSS_BASE}/usr" configure_args="--with-milter=${XBPS_CROSS_BASE}/usr"
makedepends="libbsd-devel libressl-devel libmilter-devel"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libbsd-devel libressl-devel libmilter-devel"
short_desc="DKIM library" short_desc="DKIM library"
maintainer="John Regan <john@jrjrtech.com>" maintainer="John Regan <john@jrjrtech.com>"
license="BSD, Sendmail" license="BSD-3-Clause, Sendmail"
homepage="http://www.opendkim.org" homepage="http://www.opendkim.org"
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b checksum=43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b
@ -16,6 +16,7 @@ checksum=43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vlicense LICENSE.Sendmail vlicense LICENSE.Sendmail
vsv opendkim
} }
opendkim-devel_package() { opendkim-devel_package() {