net-firewall/nft-dns - 0.5 (hering-overlay)

Search

Package Information

Description:
Make nftables resolve fqdn on-the-fly
Homepage:
https://github.com/azlux/nft-dns
License:
MIT

Ebuild Details

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

EAPI=8

inherit systemd

DESCRIPTION="Make nftables resolve fqdn on-the-fly"
HOMEPAGE="https://github.com/azlux/nft-dns"
SRC_URI="https://github.com/azlux/${PN}/archive/refs/tags/${PV}.tar.gz -> nft-dns-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/pydantic
	dev-python/dnspython
	net-firewall/nftables"

src_install() {
	newdoc MANUAL.md nft-dns.md

	insinto /usr/share/nft-dns
	doins entry.py

	exeinto /usr/share/nft-dns
	doexe nft-dns.py

	dosym /usr/share/nft-dns/nft-dns.py /usr/bin/nft-dns

	insinto /etc
	doins nft-dns.conf

	systemd_dounit "${FILESDIR}"/nft-dns.service
}

Dependencies

RDEPEND

dev-python/pydantic
	dev-python/dnspython
	net-firewall/nftables

Manifest for 0.5

Type File Size Source URLs
DIST nft-dns-0.5.tar.gz 7885 bytes https://github.com/azlux/nft-dns/archive/refs/tags/0.5.tar.gz