DNS proxy that encrypts queries
This commit is contained in:
parent
1ff83e86d0
commit
07732b673d
2 changed files with 22 additions and 0 deletions
2
srcpkgs/dnscrypt-proxy/files/dnscrypt-proxy/run
Executable file
2
srcpkgs/dnscrypt-proxy/files/dnscrypt-proxy/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec dnscrypt-proxy -u dnscrypt_proxy
|
20
srcpkgs/dnscrypt-proxy/template
Normal file
20
srcpkgs/dnscrypt-proxy/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'dnscrypt-proxy'
|
||||
pkgname=dnscrypt-proxy
|
||||
version="1.6.0"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libsodium-devel"
|
||||
depends="libsodium"
|
||||
short_desc="DNS proxy that encrypts queries"
|
||||
maintainer="kebolio <keboler@cock.li>"
|
||||
license="ISC"
|
||||
homepage="https://dnscrypt.org/"
|
||||
distfiles="https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.6.0.tar.gz"
|
||||
checksum="7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be"
|
||||
system_accounts="dnscrypt_proxy"
|
||||
dnscrypt_proxy_homedir='/var/empty'
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vsv dnscrypt-proxy
|
||||
}
|
Loading…
Reference in a new issue