mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
bully: v1.1 bump, new home
This commit is contained in:
parent
5ee453dc05
commit
31ada94ebc
4 changed files with 34 additions and 3 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST bully-1.0.22.tar.gz 370596 SHA256 72f568f659fdcf70455a17f91f25dde65a53431c67c796517d3d3c4a4703ab68 SHA512 7b25225afd55da87df33436d2192673731d9c6300bc146f8f55dcfddf03a2308db33161c3ca1c99b30b2275d9822ff44122298669fff0efd3752a2a0e6991dc3 WHIRLPOOL 48ce4b36668aad254daaa6c74e595178e2205c34d5ae800f2b86d40d7840362ed4eaf1e8ad89ffb909bb7fc5023536183414f3ec2eafc49a03af266373bdbf63
|
||||
DIST bully-1.1.tar.gz 383917 SHA256 aa379d7e73cdf2dc722d05aa8301754207e5a29bb11bab588c393194df17de48 SHA512 455c24e45c4e5f4bfb97cdb70da1f6b49b9614fb8cd52263b3153f2b62f30f88f068e43f73e4f87e2efd194413e137cd39eb378a40739dae3a8504dbd50165e7 WHIRLPOOL 61f7656a72f82bfdf5f9d89c2b16ef8e3771172ca57c6ffde3f210a09ddf009443e3c0fbfd296e1094c9a5c8c1ebe872814b0659e6e36c473960822634183a80
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
inherit versionator
|
||||
|
|
|
|||
30
net-wireless/bully/bully-1.1.ebuild
Normal file
30
net-wireless/bully/bully-1.1.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
inherit versionator
|
||||
MY_PV=$(replace_version_separator 2 '-' )
|
||||
|
||||
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/aanarchyy/bully/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3+ GPL-2 BSD"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
DEPEND=">=dev-libs/openssl-1
|
||||
net-libs/libpcap"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
src_compile() {
|
||||
cd "${S}/src"
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}/src"
|
||||
emake DESTDIR="${D}" prefix=/usr install
|
||||
dodoc "${S}/README.md"
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@ inherit autotools-utils eutils git-r3
|
|||
DESCRIPTION="Utilise Pixie Dust Attack to find the correct WPS PIN."
|
||||
HOMEPAGE="https://github.com/t6x/reaver-wps-fork-t6x"
|
||||
EGIT_REPO_URI="https://github.com/t6x/reaver-wps-fork-t6x.git"
|
||||
EGIT_COMMIT="7ff9107e93dca53cfaa22c620f65234868ab9a9e"
|
||||
EGIT_COMMIT="86a45b5076b0100875de322ec0038337b13bfabc"
|
||||
|
||||
ECONF_SOURCE="${S}/src"
|
||||
|
||||
Loading…
Reference in a new issue