# Description: gdnsd is an authoritative-only dns server # URL: https://gdnsd.org # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: libev liburcu libsodium libmaxminddb name=gdnsd version=3.2.0 release=3 source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz gdnsd) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc make make DESTDIR=$PKG install install -D -m 755 $SRC/gdnsd $PKG/etc/rc.d/gdnsd }