Merge pull request #101 from hlein/master

Added an ebuild for the current oclhashcat beta.
This commit is contained in:
Anton Bolshakov 2016-06-11 08:37:35 +08:00 committed by GitHub
commit 7b1b87d521

View 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
}