net-analyzer/subfinder - 2.9.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/subfinder-2.9.0

Package Information

Description:
A subdomain discovery tool that discovers valid subdomains for websites
Homepage:
https://github.com/projectdiscovery/subfinder
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.9.0 8 amd64 ~arm ~x86 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="A subdomain discovery tool that discovers valid subdomains for websites"
HOMEPAGE="https://github.com/projectdiscovery/subfinder"

SRC_URI="
	https://github.com/projectdiscovery/subfinder/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
	https://github.com/pentoo/pentoo-golang-dist/releases/download/${P}/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~x86"

PATCHES=( "${FILESDIR}"/options.patch )

src_install() {
	dobin subfinder
}

Inherited Eclasses

Manifest for 2.9.0

Type File Size Source URLs
DIST subfinder-2.9.0-deps.tar.xz 99896272 bytes https://github.com/pentoo/pentoo-golang-dist/releases/download/subfinder-2.9.0/subfinder-2.9.0-deps.tar.xz
DIST subfinder-2.9.0.gh.tar.gz 1110608 bytes https://github.com/projectdiscovery/subfinder/archive/v2.9.0.tar.gz