Install this version:
emerge -a =net-analyzer/subfinder-2.9.0
# 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
}
| 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 |