26 lines
874 B
Bash
26 lines
874 B
Bash
# Template file for 'dnscrypt-proxy'
|
|
pkgname=dnscrypt-proxy
|
|
version=2.0.16
|
|
revision=2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/ChangeLog"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=7ff4cb7890fdf6b1b54ec4a9ef9f8ba5e71bcaff8522f324ef6ecc739ce95e5e
|
|
conf_files="/etc/dnscrypt-proxy.toml"
|
|
system_accounts="dnscrypt_proxy"
|
|
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
|
|
|
|
broken="go-1.11/runtime.support_avx2"
|
|
|
|
post_install() {
|
|
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
|
vlicense LICENSE
|
|
vsv dnscrypt-proxy
|
|
}
|