2015-12-26 15:49:19 -01:00
|
|
|
# Template file for 'dnscrypt-proxy'
|
|
|
|
pkgname=dnscrypt-proxy
|
2017-01-02 01:59:31 -01:00
|
|
|
version=1.9.1
|
2016-02-05 05:18:48 -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-02 01:59:31 -01:00
|
|
|
checksum=3a319e8bfff5ac15a1c5a80af71755380b1fb869cb8fd86b33b7ed928db65195
|
2015-12-26 15:49:19 -01:00
|
|
|
system_accounts="dnscrypt_proxy"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
vsv dnscrypt-proxy
|
|
|
|
}
|