23 lines
667 B
Plaintext
23 lines
667 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
pkgname=redxen-openrc-unbound
|
|
pkgver=2020.12.7
|
|
pkgrel=1
|
|
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="27434e5134d39b74de08938b31a4b4b1672c058b0f48e9cbf3b03df6c890c476e664853b1b5e9173b04ec6859f36446d2a2bf0bfabcb4ed630f826db122ca07b conffile"
|