net-dns/doggo - 1.1.7 (gentoo)

Search

Install

Install this version:

emerge -a =net-dns/doggo-1.1.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-dns/doggo-1.1.7

Or alternatively:

emerge --autounmask-write -a =net-dns/doggo-1.1.7

Package Information

Description:
Command-line DNS Client for Humans
Homepage:
https://github.com/mr-karan/doggo
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit go-module shell-completion

DESCRIPTION="Command-line DNS Client for Humans"
HOMEPAGE="https://github.com/mr-karan/doggo"

SRC_URI="https://github.com/mr-karan/doggo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-golang-dist/doggo/releases/download/v${PV}/${P}-vendor.tar.xz
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND=">=dev-lang/go-1.26.3"

src_compile() {
	emake build-cli VERSION=${PV}
}

src_install() {
	newbin bin/${PN}.bin ${PN}

	local comp
	for comp in bash fish zsh; do
		bin/${PN}.bin completions $comp > "${WORKDIR}"/${PN}.$comp || die
	done

	newbashcomp "${WORKDIR}"/${PN}.bash ${PN}
	newfishcomp "${WORKDIR}"/${PN}.fish ${PN}.fish
	newzshcomp "${WORKDIR}"/${PN}.zsh _${PN}
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.26.3

Manifest for 1.1.7

Type File Size Source URLs
DIST doggo-1.1.7-vendor.tar.xz 2386876 bytes https://github.com/gentoo-golang-dist/doggo/releases/download/v1.1.7/doggo-1.1.7-vendor.tar.xz
DIST doggo-1.1.7.tar.gz 2469590 bytes https://github.com/mr-karan/doggo/archive/refs/tags/v1.1.7.tar.gz