void-packages/srcpkgs/dnscrypt-proxy/template
maxice8 4c79760966 dnscrypt-proxy: update to 2.0.7.
Closes: #12665 [via git-merge-pr]
2018-03-21 23:04:27 -07:00

21 lines
678 B
Bash

# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=2.0.7
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=7278f592217e89e3650d6b70dbd7103cb1a7c7d87bfc38c361664d522e053b5b
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
}