net-analyzer/bettercap - 2.41.3 (zGentoo)

Search

Package Information

Description:
A complete, modular, portable and easily extensible MITM framework
Homepage:
https://github.com/bettercap/bettercap/
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit go-module


DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
HOMEPAGE="https://github.com/${PN}/${PN}/"
SRC_URI="
	https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://vendors.simple-co.de/${PN}/${P}-vendor.tar.xz
"

LICENSE="GPL-3"
SLOT=0
IUSE=""
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

DEPEND="
	net-libs/libpcap
	net-libs/libnetfilter_queue
	net-libs/libnfnetlink
"
RDEPEND="${DEPEND}"

src_compile() {
	go build -o ${PN} 
}

src_install() {
	dosbin ${PN}
}

Dependencies

DEPEND

	net-libs/libpcap
	net-libs/libnetfilter_queue
	net-libs/libnfnetlink

RDEPEND

	net-libs/libpcap
	net-libs/libnetfilter_queue
	net-libs/libnfnetlink

Manifest for 2.41.3

Type File Size Source URLs
DIST bettercap-2.41.3-vendor.tar.xz 2458508 bytes https://vendors.simple-co.de/bettercap/bettercap-2.41.3-vendor.tar.xz
DIST bettercap-2.41.3.tar.gz 12378047 bytes https://github.com/bettercap/bettercap/archive/v2.41.3.tar.gz