net-analyzer/gobuster - 3.8.2 (supertux88)

Search

Package Information

Description:
Directory/File, DNS and VHost busting tool written in Go
Homepage:
https://github.com/OJ/gobuster
License:
Apache-2.0

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Directory/File, DNS and VHost busting tool written in Go"
HOMEPAGE="https://github.com/OJ/gobuster"
SRC_URI="
	https://github.com/OJ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://raw.githubusercontent.com/SuperTux88/gentoo-overlay-deps/main/${CATEGORY}/${PN}/${P}-vendor.tar.xz
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND=">=dev-lang/go-1.25:="

src_compile() {
	default_src_compile

	ego build
}

src_install() {
	dobin ${PN}
}

Dependencies

BDEPEND

>=dev-lang/go-1.25:=

Manifest for 3.8.2

Type File Size Source URLs
DIST gobuster-3.8.2-vendor.tar.xz 832104 bytes https://raw.githubusercontent.com/SuperTux88/gentoo-overlay-deps/main/${CATEGORY}/gobuster/gobuster-3.8.2-vendor.tar.xz
DIST gobuster-3.8.2.tar.gz 337375 bytes https://github.com/OJ/gobuster/archive/v3.8.2.tar.gz