2015-12-26 17:49:19 +01:00
|
|
|
# Template file for 'dnscrypt-proxy'
|
|
|
|
pkgname=dnscrypt-proxy
|
2016-08-02 08:25:16 +02:00
|
|
|
version=1.7.0
|
2016-02-05 07:18:48 +01:00
|
|
|
revision=1
|
2015-12-26 17:49:19 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
makedepends="libsodium-devel"
|
|
|
|
short_desc="DNS proxy that encrypts queries"
|
2016-01-12 06:48:37 +01:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-12-26 17:49:19 +01:00
|
|
|
license="ISC"
|
|
|
|
homepage="https://dnscrypt.org/"
|
2015-12-29 21:40:21 +01:00
|
|
|
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
2016-08-02 08:25:16 +02:00
|
|
|
checksum=be9827f66401f38fd4bdb372046eff9b5802ab5f3d188878a0dcd7bd20074c09
|
2015-12-26 17:49:19 +01:00
|
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
vsv dnscrypt-proxy
|
|
|
|
}
|