net-wireless/bully - 1.4 (menelkir)

Search

Install

Install this version:

emerge -a =net-wireless/bully-1.4

Package Information

Description:
A wifi-protected-setup (WPS) brute force attack tool, similar to reaver
Homepage:
https://github.com/aanarchyy/bully/releases
License:
GPL-3+ GPL-2 BSD

Ebuild Details

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

EAPI=7

#https://github.com/kimocoder/bully/issues/3
MY_PV="${PV}-00"

DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver"
HOMEPAGE="https://github.com/aanarchyy/bully/releases"
SRC_URI="https://github.com/kimocoder/bully/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3+ GPL-2 BSD"
KEYWORDS="amd64 ~arm64 x86"

DEPEND="net-libs/libpcap"

S="${WORKDIR}/${PN}-${MY_PV}/src"

src_install() {
	emake DESTDIR="${D}" prefix=/usr install
	dodoc "${S}/../README.md"
}

Dependencies

DEPEND

net-libs/libpcap

Manifest for 1.4

Type File Size Source URLs
DIST bully-1.4.tar.gz 396422 bytes https://github.com/kimocoder/bully/archive/1.4-00.tar.gz