20 lines
562 B
Bash
20 lines
562 B
Bash
# Template file for 'dnscrypt-proxy'
|
|
pkgname=dnscrypt-proxy
|
|
version=1.9.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="libsodium-devel"
|
|
short_desc="DNS proxy that encrypts queries"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="ISC"
|
|
homepage="https://dnscrypt.org/"
|
|
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=64021fabb7d5bab0baf681796d90ecd2095fb81381e6fb317a532039025a9399
|
|
conf_files="/etc/dnscrypt-proxy.conf"
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vsv dnscrypt-proxy
|
|
}
|