aports/main/acf-unbound/APKBUILD
2021-05-15 11:07:53 -03:00

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
"