From 53d6871cd2ccf92c9d2a580d3c7b84961ffbb429 Mon Sep 17 00:00:00 2001 From: ananteris Date: Fri, 16 Dec 2016 20:48:01 -0500 Subject: [PATCH] New package: ncdns-0.0.2 --- srcpkgs/ncdns/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ncdns/template diff --git a/srcpkgs/ncdns/template b/srcpkgs/ncdns/template new file mode 100644 index 00000000000..55a039a415e --- /dev/null +++ b/srcpkgs/ncdns/template @@ -0,0 +1,18 @@ +# Template file for 'ncdns' +pkgname=ncdns +version=0.0.2 +revision=1 +build_style=go +hostmakedepends="git" +makedepends="libcap-devel" +go_import_path="github.com/hlandau/ncdns" +short_desc="Nameserver for Namecoin .bit domains" +maintainer="ananteris " +license="GPL-3" +homepage="https://github.com/hlandau/ncdns" +distfiles="https://github.com/hlandau/${pkgname}/archive/v${version}.tar.gz" +checksum="a9457216f5bbc3c3b41e0538b78f8f67ad9a04304743a352a7325eef6af4a439" + +post_install() { + vconf ${GOPATH}/src/github.com/hlandau/ncdns/_doc/ncdns.conf.example ncdns.conf +}