summaryrefslogtreecommitdiffstats
path: root/main/acf-unbound/APKBUILD
blob: fb8921d1a0b3f0e8e93a1a0c2cd6643f5a8b0171 (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.0.1
pkgrel=0
pkgdesc="A web-based system administration interface for unbound"
url="http://git.alpinelinux.org/cgit/$pkgname"
arch="noarch"
license="GPL-2"
depends="acf-core lua unbound"
replaces=""
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="f3d681774d50a561b2ec7fbcd42738fb  acf-unbound-0.0.1.tar.xz"
sha256sums="a1e23fd4bdb596ba27c0aa6a289cd5c72c6e14b05cc4d6b956a36757a35960f1  acf-unbound-0.0.1.tar.xz"
sha512sums="c9841ea5788db50cebe03f26aa998370d7474bf60964625f908c7ca4bb06a945207b637b0ac7ba0129653b0e3e6859a45bdb1232e1d3a421f29a83c21fe82a0c  acf-unbound-0.0.1.tar.xz"