hcxtools: 5.0.0 bump

This commit is contained in:
blshkv 2018-11-07 18:52:19 +08:00
parent 54078cdc8b
commit bd881c2f58
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 24 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST hcxtools-4.2.1.tar.gz 88737 BLAKE2B 99a39e3eec219baf36ba52e7ee254f3f14669f90fa8132e7904135f5378a1d10572dc66d2f0b3c1761f177d61f4cbcb7c823bc735c2a11830ac1593aa340892c SHA512 ea5276d9592edbdc203305d169aa0166d135dbc8625a5164387cb8ff128b0e83e562c6978bdeb9c137066c7432c0f1b631c21754ffa7c70f4e98256da64f3e96
DIST hcxtools-5.0.0.tar.gz 98280 BLAKE2B 581238e90a5ae24da970d1bbe8034946fd605d0f0ada763bcdfa9a2dc22246a3359c19c61932eb46e0d737b2724a4b93baee97cfd07be3a40465e685c622fab2 SHA512 766986a24a10852ca82060c769301966acd8a218cee9cab82dad6499e558f69103b166a29cd02abb9962c4d33c2aa47d85edc255daa0b7fb6db3d1dd11d0e9b8

View file

@ -0,0 +1,23 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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=""
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
}