summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/crunch/crunch-3.6.ebuild')
-rw-r--r--app-misc/crunch/crunch-3.6.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/app-misc/crunch/crunch-3.6.ebuild b/app-misc/crunch/crunch-3.6.ebuild
index 7488fad701ea..2c337f081040 100644
--- a/app-misc/crunch/crunch-3.6.ebuild
+++ b/app-misc/crunch/crunch-3.6.ebuild
@@ -1,27 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="A wordlist generator"
HOMEPAGE="https://sourceforge.net/projects/crunch-wordlist/"
-SRC_URI="mirror://sourceforge/crunch-wordlist/crunch-wordlist/${P}.tgz"
+SRC_URI="https://downloads.sourceforge.net/crunch-wordlist/crunch-wordlist/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"
-src_prepare() {
- epatch_user
-}
-
src_compile() {
emake CC="$(tc-getCC)"
}
-src_install(){
+src_install() {
dobin crunch
doman crunch.1
insinto /usr/share/crunch