net-analyzer/netdiscover - 0.20 (gentoo)

Search

Package Information

Description:
Active/passive address reconnaissance tool
Homepage:
https://github.com/netdiscover-scanner/netdiscover
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Active/passive address reconnaissance tool"
HOMEPAGE="https://github.com/netdiscover-scanner/netdiscover"
SRC_URI="
	https://github.com/${PN}-scanner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
"
S=${WORKDIR}/${P/_/-}

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"

DEPEND="
	>=net-libs/libpcap-0.8.3-r1
"
RDEPEND="
	${DEPEND}
"

src_prepare() {
	default
	eautoreconf
}

Dependencies

DEPEND

	>=net-libs/libpcap-0.8.3-r1

RDEPEND

	
	>=net-libs/libpcap-0.8.3-r1

Manifest for 0.20

Type File Size Source URLs
DIST netdiscover-0.20.tar.gz 443893 bytes https://github.com/netdiscover-scanner/netdiscover/archive/0.20.tar.gz