stubby: update to 0.3.0.
This commit is contained in:
parent
0a6467c79d
commit
9aa47a24de
1 changed files with 4 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'stubby'
|
# Template file for 'stubby'
|
||||||
pkgname=stubby
|
pkgname=stubby
|
||||||
version=0.2.6
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
conf_files="/etc/stubby/stubby.yml"
|
conf_files="/etc/stubby/stubby.yml"
|
||||||
hostmakedepends="automake"
|
|
||||||
makedepends="getdns-devel libyaml-devel"
|
makedepends="getdns-devel libyaml-devel"
|
||||||
depends="libcap-progs" # For setcap(8)
|
depends="libcap-progs" # For setcap(8)
|
||||||
short_desc="DNS Privacy stub resolver"
|
short_desc="DNS Privacy stub resolver"
|
||||||
|
@ -13,19 +12,15 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/getdnsapi/stubby"
|
homepage="https://github.com/getdnsapi/stubby"
|
||||||
changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
|
changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
|
||||||
distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
|
distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
|
||||||
checksum=634b0b9fb8f36416e210fa65800a6c1672bcf9f4f276a042ccf89567ad8ef781
|
checksum=b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000
|
||||||
|
|
||||||
# Create stubby system user/group
|
# Create stubby system user/group
|
||||||
system_accounts="_${pkgname}"
|
system_accounts="_${pkgname}"
|
||||||
_stubby_homedir="/var/lib/${pkgname}"
|
_stubby_homedir="/var/lib/${pkgname}"
|
||||||
make_dirs="/var/lib/${pkgname} 0755 _${pkgname} _${pkgname}"
|
make_dirs="/var/lib/${pkgname} 0755 _${pkgname} _${pkgname}"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/etc/stubby/stubby.yml.example
|
vinstall stubby.yml.example 0644 etc/stubby stubby.yml
|
||||||
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vsv stubby
|
vsv stubby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue