void-packages

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

template (615B)


      1# Template file for 'https-dns-proxy'
      2pkgname=https-dns-proxy
      3version=0.1
      4revision=2
      5_commit=dfbf521c69fd9e96ee9e72670ddb2a49d8f12bdc
      6wrksrc="https_dns_proxy-${_commit}"
      7build_style=cmake
      8hostmakedepends="git"
      9makedepends="c-ares-devel libcurl-devel libev-devel"
     10short_desc="Lightweight DNS-over-HTTPS proxy"
     11maintainer="Dash Eclipse <dashezup@disroot.org>"
     12license="MIT"
     13homepage="https://github.com/aarond10/https_dns_proxy"
     14distfiles="${homepage}/archive/${_commit}.tar.gz"
     15checksum=3c5d8b328cc94be97637d7b11aff6dfd45b943973b80d7a44f0ec4496e5602cc
     16
     17do_install() {
     18	vbin build/https_dns_proxy
     19	vlicense LICENSE
     20}