aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-unbound/APKBUILD
blob: 5aa44296293ca229f51c733c102ab286304b2a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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="fcf1301a5deabf9670ecda51d8fdb3a67697639e6e69169b05627fe89dc9bb40905aa4ef41e1f14d76c1dc4aa8cdc371207c45ae5d1740cdb925a5fcaabd06c6  acf-unbound-v0.1.0.tar.gz"