New package: stubby-0.2.3
This commit is contained in:
parent
5ce342d685
commit
e1eb3f0389
3 changed files with 29 additions and 0 deletions
2
srcpkgs/stubby/files/stubby/log/run
Normal file
2
srcpkgs/stubby/files/stubby/log/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -t stubby -p daemon.notice
|
2
srcpkgs/stubby/files/stubby/run
Normal file
2
srcpkgs/stubby/files/stubby/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/bin/stubby 2>&1
|
25
srcpkgs/stubby/template
Normal file
25
srcpkgs/stubby/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue