2020-11-01 14:28:32 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
|
|
pkgname=unbound-redxen-openrc
|
|
|
|
pkgver=1
|
|
|
|
pkgrel=0
|
|
|
|
pkgdesc="Unbound OpenRC service files"
|
|
|
|
url="https://git.redxen.eu/RedXen"
|
|
|
|
arch="noarch"
|
|
|
|
license="none"
|
|
|
|
depends="openrc unbound-redxen-config"
|
2020-11-20 16:31:49 +00:00
|
|
|
options="!check"
|
2020-11-01 14:28:32 +00:00
|
|
|
source="
|
2020-11-20 16:31:49 +00:00
|
|
|
runfile-$pkgname-$pkgver.$pkgrel.initd::https://git.alpinelinux.org/aports/plain/main/unbound/unbound.initd
|
2020-11-01 14:28:32 +00:00
|
|
|
conffile
|
|
|
|
"
|
2020-11-20 16:31:49 +00:00
|
|
|
provides="unbound-openrc"
|
|
|
|
builddir="$srcdir"
|
2020-11-01 14:28:32 +00:00
|
|
|
|
|
|
|
package() {
|
2020-11-20 16:31:49 +00:00
|
|
|
install -Dm755 "runfile-$pkgname-$pkgver.$pkgrel.initd" "$pkgdir"/etc/init.d/unbound
|
|
|
|
install -Dm644 conffile "$pkgdir"/etc/conf.d/unbound
|
2020-11-01 14:28:32 +00:00
|
|
|
}
|
2020-11-20 16:31:49 +00:00
|
|
|
sha512sums="8ceabe5efcccfa1d9e210a8166de60ce218ea0261b9edf620524f33216786fad64d6cd8551255942091ee171247222a49a99a1a1ca1999d43fff00ccb17b6276 runfile-unbound-redxen-openrc-1.0.initd
|
|
|
|
27434e5134d39b74de08938b31a4b4b1672c058b0f48e9cbf3b03df6c890c476e664853b1b5e9173b04ec6859f36446d2a2bf0bfabcb4ed630f826db122ca07b conffile"
|