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

23 lines
667 B
Plaintext
Raw Normal View History

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=2020.12.7
pkgrel=1
2020-11-01 14:28:32 +00:00
pkgdesc="Unbound OpenRC service files"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="openrc unbound-openrc unbound-redxen-config"
2020-11-20 16:31:49 +00:00
options="!check"
2020-11-01 14:28:32 +00:00
source="
conffile
"
2020-11-20 16:31:49 +00:00
builddir="$srcdir"
2020-11-01 14:28:32 +00:00
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
2020-11-01 14:28:32 +00:00
}
sha512sums="27434e5134d39b74de08938b31a4b4b1672c058b0f48e9cbf3b03df6c890c476e664853b1b5e9173b04ec6859f36446d2a2bf0bfabcb4ed630f826db122ca07b conffile"