mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
hcxtools: 5.1.1 bump
This commit is contained in:
parent
0edd3ed748
commit
e36290d889
2 changed files with 24 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST hcxtools-5.0.0.tar.gz 98280 BLAKE2B 581238e90a5ae24da970d1bbe8034946fd605d0f0ada763bcdfa9a2dc22246a3359c19c61932eb46e0d737b2724a4b93baee97cfd07be3a40465e685c622fab2 SHA512 766986a24a10852ca82060c769301966acd8a218cee9cab82dad6499e558f69103b166a29cd02abb9962c4d33c2aa47d85edc255daa0b7fb6db3d1dd11d0e9b8
|
||||
DIST hcxtools-5.1.0.tar.gz 101007 BLAKE2B 837518375a00543686d5e7b4c16bccdeabacd40868dd7ee5202698c4f2e998ae95f9df3f29303b378a0f79e7fd4f29c402d9d5b8a60439372fe31eefd9027c6d SHA512 f336a96f45cbf5ebf056a81b2a73e81f7c91f97955b8b9128bb72c0b01cc84e17dfaa8ae791bcc11ff5431c0dc309ea4d508524b95f7e460dcd0c6d684f4933d
|
||||
DIST hcxtools-5.1.1.tar.gz 107253 BLAKE2B 3ddee29b5436d3d5a6d861211ca1a84fa7648314f047d45c31aa9fa5750c189a11bbdfcbde093deeff2fcc1532bc9124cfed3e8ea3a8e1d8156f920cf5373071 SHA512 756089515dbab356e0fd3aad49cf839fd21f1bed9d3a6db7ebe0dd9596e847f5c54f5b7dd6d37a9aa1d2c7ac7b37bd51673ec3df98e22fa1899b0843369f712d
|
||||
|
|
|
|||
23
net-wireless/hcxtools/hcxtools-5.1.1.ebuild
Normal file
23
net-wireless/hcxtools/hcxtools-5.1.1.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Portable solution for capturing wlan traffic and conversion to hashcat formats"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxtools"
|
||||
SRC_URI="https://github.com/ZerBea/hcxtools/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl:*
|
||||
sys-libs/zlib
|
||||
net-misc/curl
|
||||
net-libs/libpcap:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
Loading…
Reference in a new issue