diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-05-27 14:02:01 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-05-27 14:02:01 +0000 |
commit | 232d35d083f353179e0d58f0759e971412998663 (patch) | |
tree | e544c61801e803d83782df6b5abfa0c128ce035a /main | |
parent | 6c59bfcf8f5bde9b58fb43e0dd48188c5b2d74f8 (diff) | |
download | aports-232d35d083f353179e0d58f0759e971412998663.tar.bz2 aports-232d35d083f353179e0d58f0759e971412998663.tar.xz |
main/acf-unbound: New aport
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-unbound/APKBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/acf-unbound/APKBUILD b/main/acf-unbound/APKBUILD new file mode 100644 index 0000000000..fb8921d1a0 --- /dev/null +++ b/main/acf-unbound/APKBUILD @@ -0,0 +1,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" |