dnscrypt-proxy: install config examples
This commit is contained in:
parent
bdc8a14e01
commit
27e89745a1
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dnscrypt-proxy'
|
# Template file for 'dnscrypt-proxy'
|
||||||
pkgname=dnscrypt-proxy
|
pkgname=dnscrypt-proxy
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/dnscrypt/dnscrypt-proxy
|
go_import_path=github.com/dnscrypt/dnscrypt-proxy
|
||||||
go_package="${go_import_path}/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
|
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv dnscrypt-proxy
|
vsv dnscrypt-proxy
|
||||||
|
for example in dnscrypt-proxy/example*txt; do
|
||||||
|
vdoc $example
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue