2015-12-26 15:49:19 -01:00
|
|
|
# Template file for 'dnscrypt-proxy'
|
|
|
|
pkgname=dnscrypt-proxy
|
2017-01-23 15:13:29 -01:00
|
|
|
version=1.9.4
|
2017-01-17 07:35:52 -01:00
|
|
|
revision=1
|
2015-12-26 15:49:19 -01:00
|
|
|
build_style=gnu-configure
|
|
|
|
makedepends="libsodium-devel"
|
|
|
|
short_desc="DNS proxy that encrypts queries"
|
2016-01-12 04:48:37 -01:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-12-26 15:49:19 -01:00
|
|
|
license="ISC"
|
|
|
|
homepage="https://dnscrypt.org/"
|
2015-12-29 19:40:21 -01:00
|
|
|
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
2017-01-23 15:13:29 -01:00
|
|
|
checksum=40543efbcd56033ac03a1edf4581305e8c9bed4579ac55e6279644f07c315307
|
2017-01-12 11:29:33 -01:00
|
|
|
conf_files="/etc/dnscrypt-proxy.conf"
|
2015-12-26 15:49:19 -01:00
|
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
vsv dnscrypt-proxy
|
|
|
|
}
|