22 lines
678 B
Bash
22 lines
678 B
Bash
# Template file for 'dnscrypt-proxy'
|
|
pkgname=dnscrypt-proxy
|
|
version=2.0.8
|
|
revision=1
|
|
build_style=go
|
|
short_desc="DNS proxy that encrypts queries"
|
|
go_import_path="github.com/jedisct1/dnscrypt-proxy"
|
|
go_package="${go_import_path}/dnscrypt-proxy"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="ISC"
|
|
homepage="https://github.com/jedisct1/dnscrypt-proxy"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=a99fc2b055618b0578ebe1477769bf9dddff7daa653649bd73f4bcf650bc8d40
|
|
conf_files="/etc/dnscrypt-proxy.toml"
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
post_install() {
|
|
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
|
vlicense LICENSE
|
|
vsv dnscrypt-proxy
|
|
}
|