aports/openrc/postfix/APKBUILD

24 lines
793 B
Plaintext
Raw Normal View History

2021-01-05 04:18:44 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=redxen-openrc-postfix
pkgver=2021.01.06
pkgrel=3
2021-01-05 04:18:44 +00:00
pkgdesc="Postfix OpenRC service files"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="openrc postfix-openrc redxen-config-postfix"
options="!check"
source="
runfile
2021-01-05 04:18:44 +00:00
conffile
"
builddir="$srcdir"
package() {
install -Dm755 runfile "$pkgdir"/etc/init.d/postfix.redxen
2021-01-05 04:18:44 +00:00
install -Dm644 conffile "$pkgdir"/etc/conf.d/postfix.redxen
}
sha512sums="f810dcb32530c60c48f813a5a6741763bbf34b4d1cac961cdab9eb3e072174a982040a93319aef08b3dc74de209ed2b082228a39757742f0077cacb7eba3c906 runfile
9da3af881cc36690434b9a0809edad205478f4e4e2cba5c5a2d04de701141d38ac16c0942c1cdf242d5a81bf9a580bdd8166e74fa31b51227bbaf6fa8afd8cb9 conffile"