aboutsummaryrefslogtreecommitdiffstats
path: root/main/zonenotify/APKBUILD
blob: 1947c119411f4a8eb967be26e30e80a2791ece9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zonenotify
pkgver=0.1
pkgrel=3
pkgdesc="Utility to send NS_NOTIFY packets to slave DNS servers"
arch="all"
url="https://github.com/morettoni/zonenotify"
license="BSD"
depends=""
source="http://www.morettoni.net/bsd/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname
build() {
	cd "$_builddir"
	make || return 1
}

package() {
	cd "$_builddir"
	install -D zonenotify "$pkgdir"/usr/bin/zonenotify
}

sha512sums="0ca4478d4cd63c636675128ae072194098cba555b7f3283c9b6920a35873cde0abc583c3cfb014d36a4559e7cc59e492e4452451e00b39238cec6e40e7cdb0f5  zonenotify-0.1.tar.gz"