New package: stubby-0.2.3

This commit is contained in:
Frank Steinborn 2019-01-02 16:46:58 +01:00 committed by Johannes
parent 5ce342d685
commit e1eb3f0389
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -t stubby -p daemon.notice

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/stubby 2>&1

25
srcpkgs/stubby/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'stubby'
pkgname=stubby
version=0.2.3
revision=1
build_style=gnu-configure
conf_files="/etc/stubby/stubby.yml"
hostmakedepends="automake"
makedepends="getdns-devel libyaml-devel"
short_desc="DNS Privacy stub resolver"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="BSD-3-Clause"
homepage="https://github.com/getdnsapi/stubby"
distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
checksum=5fbe10f421f1313b5e2259b0eec96785af0c5b460431cf86bb6450a11cb3f473
pre_configure() {
autoreconf -fi
}
post_install() {
rm ${DESTDIR}/etc/stubby/stubby.yml.example
vlicense COPYING
vsv stubby
}