dnscrypt-proxy: install config examples

This commit is contained in:
Piraty
2021-12-27 18:15:18 +01:00
parent bdc8a14e01
commit 27e89745a1

View File

@@ -1,7 +1,7 @@
# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=2.1.1
revision=1
revision=2
build_style=go
go_import_path=github.com/dnscrypt/dnscrypt-proxy
go_package="${go_import_path}/dnscrypt-proxy"
@@ -20,4 +20,7 @@ post_install() {
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
vlicense LICENSE
vsv dnscrypt-proxy
for example in dnscrypt-proxy/example*txt; do
vdoc $example
done
}