25 lines
638 B
Bash
25 lines
638 B
Bash
# Template file for 'stubby'
|
|
pkgname=stubby
|
|
version=0.2.4
|
|
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=40816d403584aaa8ce72d6276b47e9d91b96294418af7a031dc48a3515398540
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/etc/stubby/stubby.yml.example
|
|
|
|
vlicense COPYING
|
|
vsv stubby
|
|
}
|