aports/openrc/unbound/APKBUILD

23 lines
668 B
Plaintext

# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=redxen-openrc-unbound
pkgver=2020.12.27
pkgrel=0
pkgdesc="Unbound OpenRC service files"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="openrc unbound-openrc redxen-config-unbound"
options="!check"
source="
conffile
"
builddir="$srcdir"
package() {
mkdir -p "$pkgdir"/etc/init.d
ln -s unbound "$pkgdir"/etc/init.d/unbound.redxen
install -Dm644 conffile "$pkgdir"/etc/conf.d/unbound.redxen
}
sha512sums="5ced68e11951982004abddd64e5bd37dabf5eef379a7fabb0e37a95c33a1759ea2dba67233e4cba4d98f785a365aa38fc59d7c3d1ec5ffb8312bfde146d7de6c conffile"