app-crypt/hashcat-utils - 1.10 (gentoo)

Search

Package Information

Description:
a set of small utilities that are useful in advanced password cracking
Homepage:
https://github.com/hashcat/hashcat-utils
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="a set of small utilities that are useful in advanced password cracking"
HOMEPAGE="https://github.com/hashcat/hashcat-utils"
SRC_URI="https://github.com/hashcat/hashcat-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${P}/src"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# File collision https://bugs.gentoo.org/667090
RDEPEND="!app-text/expander"

src_install() {
	for i in *.bin; do
		newbin ${i} ${i/.bin}
	done
}

Dependencies

RDEPEND

!app-text/expander

Manifest for 1.10

Type File Size Source URLs
DIST hashcat-utils-1.10.tar.gz 58700 bytes https://github.com/hashcat/hashcat-utils/archive/v1.10.tar.gz