mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 19:15:10 +02:00
25 lines
638 B
Bash
25 lines
638 B
Bash
# Template file for 'stubby'
|
|
pkgname=stubby
|
|
version=0.2.5
|
|
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=56ee63f4b9ee00476a168e6ba5614f6830f93e89baa305c2d38577b2e39eae5b
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/etc/stubby/stubby.yml.example
|
|
|
|
vlicense COPYING
|
|
vsv stubby
|
|
}
|