void-packages/srcpkgs/dnscrypt-proxy/template
2016-08-02 08:25:16 +02:00

18 lines
524 B
Bash

# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=1.7.0
revision=1
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=be9827f66401f38fd4bdb372046eff9b5802ab5f3d188878a0dcd7bd20074c09
system_accounts="dnscrypt_proxy"
post_install() {
vlicense COPYING
vsv dnscrypt-proxy
}