net-analyzer/subfinder - 2.9.0 (supertux88)

Search

Package Information

Description:
Fast passive subdomain enumeration tool
Homepage:
https://github.com/projectdiscovery/subfinder
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.9.0 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="Fast passive subdomain enumeration tool"
HOMEPAGE="https://github.com/projectdiscovery/subfinder"
SRC_URI="
	https://github.com/projectdiscovery/${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="MIT"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	dobin ${PN}
}

Manifest for 2.9.0

Type File Size Source URLs
DIST subfinder-2.9.0-vendor.tar.xz 5452784 bytes https://raw.githubusercontent.com/SuperTux88/gentoo-overlay-deps/main/${CATEGORY}/subfinder/subfinder-2.9.0-vendor.tar.xz
DIST subfinder-2.9.0.tar.gz 1110608 bytes https://github.com/projectdiscovery/subfinder/archive/v2.9.0.tar.gz