summaryrefslogtreecommitdiff
path: root/nonsystemd/postfix-openrc/PKGBUILD
blob: b05c72871881f4bb2f5a93ff838ac114a6a8dd96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: David P. <megver83@parabola.nu>
# Maintainer (Artix): artoo <artoo@artixlinux.org>

pkgname=postfix-openrc
pkgver=20210505
pkgrel=2
pkgdesc="OpenRC postfix init script"
arch=('any')
url="https://gitea.artixlinux.org/artixlinux/packages-openrc"
license=('GPL2')
groups=('openrc-world')
provides=('init-postfix')
conflicts=('init-postfix')
source=("postfix.initd")
sha256sums=('cea6c685c6a8f933cbcc0db80cf59b896b1c619863d2c8a8cd4faedbe2704962')

package() {
	depends=('openrc' 'postfix')
	install -Dm755 "$srcdir"/postfix.initd "$pkgdir"/etc/init.d/postfix
}