mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
Merge pull request #3238 from ybkbolio/master
New package: dnscrypt-proxy-1.6.0
This commit is contained in:
commit
80f532baed
3 changed files with 22 additions and 0 deletions
2
srcpkgs/dnscrypt-proxy/files/dnscrypt-proxy/log/run
Executable file
2
srcpkgs/dnscrypt-proxy/files/dnscrypt-proxy/log/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec chpst -u dnscrypt_proxy:dnscrypt_proxy svlogd -t /var/log/dnscrypt-proxy
|
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
|
18
srcpkgs/dnscrypt-proxy/template
Normal file
18
srcpkgs/dnscrypt-proxy/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'dnscrypt-proxy'
|
||||||
|
pkgname=dnscrypt-proxy
|
||||||
|
version="1.6.0"
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libsodium-devel"
|
||||||
|
short_desc="DNS proxy that encrypts queries"
|
||||||
|
maintainer="kebolio <keboler@cock.li>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://dnscrypt.org/"
|
||||||
|
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum="7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be"
|
||||||
|
system_accounts="dnscrypt_proxy"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
vsv dnscrypt-proxy
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue