18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'dnscrypt-proxy'
|
|
pkgname=dnscrypt-proxy
|
|
version=1.8.1
|
|
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=5cad1d2357852dc16957085e7a9b32384fb9b95c609e185b7ae1a3959fc13769
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vsv dnscrypt-proxy
|
|
}
|