net-wireless/hcxkeys - 6.2.1 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/hcxkeys-6.2.1

Package Information

Description:
Generate plainmasterkeys (rainbowtables) and hashes for hashcat/JTR
Homepage:
https://github.com/ZerBea/hcxkeys
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
6.2.1 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Generate plainmasterkeys (rainbowtables) and hashes for hashcat/JTR"
HOMEPAGE="https://github.com/ZerBea/hcxkeys"
SRC_URI="https://github.com/ZerBea/hcxkeys/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="dev-libs/openssl:=
	virtual/opencl"
RDEPEND="${DEPEND}"

src_compile(){
	emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" build
}

src_install(){
	emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
}

Dependencies

DEPEND

dev-libs/openssl:=
	virtual/opencl

RDEPEND

dev-libs/openssl:=
	virtual/opencl

Manifest for 6.2.1

Type File Size Source URLs
DIST hcxkeys-6.2.1.tar.gz 15372 bytes https://github.com/ZerBea/hcxkeys/archive/6.2.1.tar.gz