mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
21 lines
597 B
Text
21 lines
597 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=zonenotify
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
pkgdesc="Utility to send NS_NOTIFY packets to slave DNS servers"
|
|
arch="all"
|
|
url="https://github.com/morettoni/zonenotify"
|
|
license="BSD-2-Clause"
|
|
source="http://www.morettoni.net/bsd/zonenotify-$pkgver.tar.gz"
|
|
builddir="$srcdir"/$pkgname
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -D zonenotify "$pkgdir"/usr/bin/zonenotify
|
|
}
|
|
|
|
sha512sums="0ca4478d4cd63c636675128ae072194098cba555b7f3283c9b6920a35873cde0abc583c3cfb014d36a4559e7cc59e492e4452451e00b39238cec6e40e7cdb0f5 zonenotify-0.1.tar.gz"
|