mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-10 20:34:21 +02:00
21 lines
706 B
Text
21 lines
706 B
Text
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-unbound
|
|
pkgver=0.1.0
|
|
pkgrel=5
|
|
pkgdesc="Web-based system administration interface for unbound"
|
|
url="https://gitlab.alpinelinux.org/acf/acf-unbound"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
depends="acf-core unbound"
|
|
source="https://gitlab.alpinelinux.org/acf/acf-unbound/-/archive/v$pkgver/acf-unbound-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
9c9757e429e12baad780c2b96bf8013e5d73edb4ace5effeb9ec845c1481d155f2ff06a3a5d8a6f0ecdfe04b291db92b475700faf899e0c554ea079c88599469 acf-unbound-v0.1.0.tar.gz
|
|
"
|