New package: ncdns-0.0.2

This commit is contained in:
ananteris 2016-12-16 20:48:01 -05:00 committed by Christian Neukirchen
parent 766e0c5663
commit 53d6871cd2
1 changed files with 18 additions and 0 deletions

18
srcpkgs/ncdns/template Normal file
View File

@ -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 <ananteris@protonmail.ch>"
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
}