aports/openrc-configs/unbound-redxen-openrc/APKBUILD

25 lines
946 B
Plaintext

# 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"
options="!check"
source="
runfile-$pkgname-$pkgver.$pkgrel.initd::https://git.alpinelinux.org/aports/plain/main/unbound/unbound.initd
conffile
"
provides="unbound-openrc"
builddir="$srcdir"
package() {
install -Dm755 "runfile-$pkgname-$pkgver.$pkgrel.initd" "$pkgdir"/etc/init.d/unbound
install -Dm644 conffile "$pkgdir"/etc/conf.d/unbound
}
sha512sums="8ceabe5efcccfa1d9e210a8166de60ce218ea0261b9edf620524f33216786fad64d6cd8551255942091ee171247222a49a99a1a1ca1999d43fff00ccb17b6276 runfile-unbound-redxen-openrc-1.0.initd
27434e5134d39b74de08938b31a4b4b1672c058b0f48e9cbf3b03df6c890c476e664853b1b5e9173b04ec6859f36446d2a2bf0bfabcb4ed630f826db122ca07b conffile"