app-misc/crunch - 3.6 (gentoo)

Search

Package Information

Description:
A wordlist generator
Homepage:
https://sourceforge.net/projects/crunch-wordlist/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.6 7 ~amd64 ~arm ~mips ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A wordlist generator"
HOMEPAGE="https://sourceforge.net/projects/crunch-wordlist/"
SRC_URI="https://downloads.sourceforge.net/crunch-wordlist/crunch-wordlist/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dobin crunch
	doman crunch.1
	insinto /usr/share/crunch
	doins charset.lst
}

Manifest for 3.6

Type File Size Source URLs
DIST crunch-3.6.tgz 38635 bytes https://downloads.sourceforge.net/crunch-wordlist/crunch-wordlist/crunch-3.6.tgz