aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-unbound/APKBUILD
blob: fd41cf007dccd517c9ce1bfed5648c59986f6254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-unbound
pkgver=0.1.0
pkgrel=1
pkgdesc="A web-based system administration interface for unbound"
url="http://git.alpinelinux.org/cgit/$pkgname"
arch="noarch"
license="GPL2"
depends="acf-core unbound"
replaces=""
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="c393d2a08160110c08a7a164114e6a16  acf-unbound-0.1.0.tar.xz"
sha256sums="0eff47104719bec791424e6cff32423916206743f1c1d35246a847170cdfd390  acf-unbound-0.1.0.tar.xz"
sha512sums="e42eeb5aa11405e9f68822503cd459076d0a185abdc077558da8d42d9a9643c2703a9db72f26e69161933fcd7a4fa76d4c82d4de4c8c6c373b21a9299c4f8a65  acf-unbound-0.1.0.tar.xz"