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