void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit e9b5990ca112935675a085bfd2665859df60eb1d
parent 759eeae907e87d84174004c5f6ed832f4bd23ade
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sat, 25 Jul 2020 15:19:06 +0000

New package: https-dns-proxy (not available)

Diffstat:
MREADME | 1+
Asrcpkgs/https-dns-proxy/template | 20++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -5,6 +5,7 @@ Dash Eclipse's Void Linux source packages collection * * dwl dwm systray, nordtheme color +* * https-dns-proxy [not available] lilo keytab-lilo patch * pass * rig diff --git a/srcpkgs/https-dns-proxy/template b/srcpkgs/https-dns-proxy/template @@ -0,0 +1,20 @@ +# Template file for 'https-dns-proxy' +# 232debd483e369fc0f6e5a421d9c6c37aa5c9891 +pkgname=https-dns-proxy +version=0.1 +revision=1 +build_style=cmake +hostmakedepends="git" +makedepends="c-ares-devel libcurl-devel libev-devel" +short_desc="A lightweight DNS-over-HTTPS proxy" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="MIT" +homepage="https://github.com/aarond10/https_dns_proxy" + +do_fetch() { + git clone --depth 1 ${homepage}.git ${wrksrc} +} + +do_install() { + vbin build/https_dns_proxy +}