EAPI=8
inherit go-module
DESCRIPTION="Simple command line utility to make DNS lookups to the specified server"
HOMEPAGE="https://github.com/ameshkov/dnslookup"
SRC_URI="https://github.com/ameshkov/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz
	 https://alfter.us/wp-content/uploads/2026/08/dnslookup-1.12.0-deps.tar.xz"
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64

src_install()
{
  dobin $PN
}