mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
Merge pull request #101 from hlein/master
Added an ebuild for the current oclhashcat beta.
This commit is contained in:
commit
7b1b87d521
1 changed files with 21 additions and 0 deletions
21
app-crypt/oclhashcat/oclhashcat-3.0.0_pre20160610.ebuild
Normal file
21
app-crypt/oclhashcat/oclhashcat-3.0.0_pre20160610.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-2 autotools
|
||||
|
||||
DESCRIPTION="An advanced GPU-based password recovery utility"
|
||||
HOMEPAGE="https://hashcat.net/oclhashcat/"
|
||||
EGIT_REPO_URI="https://github.com/hashcat/oclhashcat.git"
|
||||
EGIT_COMMIT="f30629b21a5350b205972e3e7a5dd62f683e15ad"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
DEPEND="dev-util/intel-ocl-sdk"
|
||||
|
||||
src_compile() {
|
||||
export PREFIX=/usr
|
||||
make
|
||||
}
|
||||
Loading…
Reference in a new issue