net-analyzer/amass - 4.2.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/amass-4.2.0

Package Information

Description:
Subdomain OSINT Enumeration
Homepage:
https://github.com/OWASP/Amass
License:
Apache-2.0

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Subdomain OSINT Enumeration"
HOMEPAGE="https://github.com/OWASP/Amass"

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

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

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

src_compile() {
	GOBIN="${S}/bin" ego install ./... || die "compile failed"
}

src_install() {
	dobin bin/${PN}
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.13

Manifest for 4.2.0

Type File Size Source URLs
DIST amass-4.2.0-deps.tar.xz 22744920 bytes https://github.com/pentoo/pentoo-golang-dist/releases/download/amass-4.2.0/amass-4.2.0-deps.tar.xz
DIST amass-4.2.0.gh.tar.gz 20440348 bytes https://github.com/OWASP/Amass/archive/v4.2.0.tar.gz