hashcat-gui: moved to gentoo, that's all of the hashcat stuff, gentoo has it first now

This commit is contained in:
Zero_Chaos 2012-07-02 02:14:09 +00:00
parent ff1b0b4315
commit 7e0a57ae66
2 changed files with 0 additions and 52 deletions

View file

@ -1,2 +0,0 @@
DIST hashcat-gui-0.5.1.zip 130106 RMD160 d91a57592dbfd95e7dc5f81c9c54c7e1765d2f5e SHA1 907d21a4844a515b9c23285570de4ef25e9009de SHA256 d8294724ce6ea5980ba98f43e44be6dd706c0bffc56128d2cd0db3c71aedd0d3
EBUILD hashcat-gui-0.5.1.ebuild 1121 RMD160 143b58ac528d656ec60e34776edea69bb7defb36 SHA1 acaf5eaca77b2dbc8cff3991b72f4f27cdebcdf2 SHA256 c3a52be9eebe1ee10352a1944b1bd0ab29fe1ff1388c530758d3f34834caea90

View file

@ -1,50 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils qt4-r2
#pax-utils?
DESCRIPTION="A gui for the *hashcat* suite of tools"
HOMEPAGE="https://github.com/scandium/hashcat-gui"
#HOMEPAGE="http://hashcat.net/hashcat-gui/"
SRC_URI="https://github.com/scandium/hashcat-gui/zipball/b6b01be723742ad89ba31fdb2c30b35306318f8b -> ${P}.zip"
LICENSE="GPL3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="app-crypt/hashcat-bin
app-crypt/oclhashcat-plus-bin
app-crypt/oclhashcat-lite-bin
x11-libs/qt-gui
x11-libs/qt-core
"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/scandium-hashcat-gui-b6b01be
src_prepare() {
sed -i 's#./hashcat#/opt/hashcat-bin#g' src/mainwindow.cpp
sed -i 's#./oclHashcat-plus#/opt/oclhashcat-plus-bin#g' src/mainwindow.cpp
sed -i 's#./oclHashcat-lite#/opt/oclhashcat-lite-bin#g' src/mainwindow.cpp
}
src_install() {
dodoc ChangeLog FAQ INSTALL LICENSE README TODO
cd src
eqmake4 -config release
emake
#I assume this is needed but I didn't check
#pax-mark m hashcat-gui
dobin hashcat-gui
}