net-dns/massdns - 1.1.0 (nest)

Search

Package Information

Description:
A high-performance DNS stub resolver
Homepage:
https://github.com/blechschmidt/massdns
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake edo

DESCRIPTION="A high-performance DNS stub resolver"
HOMEPAGE="https://github.com/blechschmidt/massdns"
SRC_URI="https://github.com/blechschmidt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipv6 test"
RESTRICT="test"
PROPERTIES="test_network"

BDEPEND="test? ( app-misc/jq )"

src_prepare() {
	! use ipv6 && edo rm -rf tests/single-lookup-A-ipv6-resolver

	cmake_src_prepare
}

src_test() {
	# mimic expected layout
	edo mkdir bin
	edo ln -s ../../massdns-1.1.0_build/bin/massdns bin/
	edo tests/run-tests.sh
}

src_install() {
	einstalldocs

	dobin "${S}"_build/bin/massdns
	dodoc -r lists
}

USE Flags

Dependencies

BDEPEND

test? ( app-misc/jq )

Manifest for 1.1.0

Type File Size Source URLs
DIST massdns-1.1.0.tar.gz 751113 bytes https://github.com/blechschmidt/massdns/archive/v1.1.0.tar.gz