mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
fern-wifi-cracker: 2.8 bump
This commit is contained in:
parent
ede245c5f0
commit
cac2f5d62b
2 changed files with 42 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST fern-wifi-cracker-2.7.tar.gz 748678 BLAKE2B 57af55dba8bd1842b0138c79c3f5cd3ebdbadd69bcfc69c3ad9e5b7c4d081c69dc6e36210ae4c61f6886714acd803f9eeee2c813adcff528e538ae4514b4d03c SHA512 d574a73d1b2074f13c1ef949eb8de0ba3036f067b821732b6316cf7d5b1f6d34efb3acb68395049f03ada8e5d0bce1eddf8bb8f9ef11ce5ccc3748bb31478bba
|
||||
DIST fern-wifi-cracker-2.8.tar.gz 738817 BLAKE2B a6a84f5aa824b1ec00212226e98fffb3a4967020efbb0246b41f0c360a34c95c0efbcb540a504454c4077904e27b086fc4d412c05d8f8ed40e18348700317730 SHA512 b0a6cecf5a1e0198255e8676aa69601c0078b3a7f80c4b053909f1a16875bcbc6e1dfbbbfde9f89d3ddf03c6814dd1a363ba0441d629a4d7a322c287112b528c
|
||||
|
|
|
|||
41
net-wireless/fern-wifi-cracker/fern-wifi-cracker-2.8.ebuild
Normal file
41
net-wireless/fern-wifi-cracker/fern-wifi-cracker-2.8.ebuild
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
PYTHON_COMPAT=( python{2_7} )
|
||||
inherit python-r1 desktop
|
||||
|
||||
DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
||||
HOMEPAGE="https://github.com/savio-code/fern-wifi-cracker/releases"
|
||||
SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="dict"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/PyQt5
|
||||
net-analyzer/macchanger
|
||||
net-wireless/aircrack-ng
|
||||
net-analyzer/scapy
|
||||
dict? ( sys-apps/cracklib-words )
|
||||
|| ( net-wireless/reaver-wps-fork-t6x net-wireless/reaver )"
|
||||
|
||||
S="${WORKDIR}/${P}/Fern-Wifi-Cracker"
|
||||
|
||||
src_prepare() {
|
||||
#disable updates
|
||||
sed -ie "s|self.connect(self.update_button|#self.connect(self.update_button|" core/fern.py
|
||||
sed -ie "s|thread.start_new_thread(self.update_initializtion_check|#thread.start_new_thread(self.update_initializtion_check|" core/fern.py
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/fern-wifi-cracker
|
||||
doins -r *
|
||||
domenu "${FILESDIR}"/fern-wifi-cracker.desktop
|
||||
dosbin "${FILESDIR}"/fern-wifi-cracker
|
||||
}
|
||||
Loading…
Reference in a new issue