Install this version:
emerge -a =net-dns/dnslookup-1.12.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-dns/dnslookup-1.12.0
Or alternatively:
emerge --autounmask-write -a =net-dns/dnslookup-1.12.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.12.0 | 8 | ~amd64 | 0 |
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
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dnslookup-1.12.0-deps.tar.xz | 26782176 bytes | https://alfter.us/wp-content/uploads/2026/08/dnslookup-1.12.0-deps.tar.xz |
| DIST | dnslookup-1.12.0.tar.gz | 9688 bytes | https://github.com/ameshkov/dnslookup/archive/refs/tags/v1.12.0.tar.gz |