summaryrefslogtreecommitdiff
path: root/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-25 22:04:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-25 22:04:49 +0000
commit9cd6176939755ccd990a082926ad3c84e2e81bfd (patch)
tree6b2562648f5ae7744fcb15f3f5faeabdc994b537 /net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild
parent710ccf517f9269398504827e9940170fc7fd0505 (diff)
downloadbaldeagleos-repo-9cd6176939755ccd990a082926ad3c84e2e81bfd.tar.gz
baldeagleos-repo-9cd6176939755ccd990a082926ad3c84e2e81bfd.tar.xz
baldeagleos-repo-9cd6176939755ccd990a082926ad3c84e2e81bfd.zip
Updating liguros repo
Diffstat (limited to 'net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild')
-rw-r--r--net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild
index 3c26883fb122..d2ca352cd24f 100644
--- a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild
+++ b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild
@@ -20,12 +20,21 @@ HOMEPAGE="https://github.com/aarond10/https_dns_proxy"
LICENSE="MIT"
SLOT="0"
-DEPEND="dev-libs/libev
+RDEPEND="
+ dev-libs/libev
net-dns/c-ares
net-misc/curl[http2,ssl]"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON
+ -DCLANG_TIDY_EXE=OFF
+ )
+ cmake_src_configure
+}
src_install() {
cmake_src_install
- dobin "${S}_build/https_dns_proxy"
+ dobin "${BUILD_DIR}"/https_dns_proxy
}