blob: a09c81f6a05f7d5a55fbfa8834aa8e5214431937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install prepare unpack
DEPEND=dev-qt/qtgui:4 dev-qt/qtcore:4 app-arch/unzip
DESCRIPTION=A gui for the *hashcat* suite of tools
EAPI=4
HOMEPAGE=https://github.com/scandium/hashcat-gui
IUSE=cuda opencl
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=app-crypt/hashcat-bin cuda? ( app-crypt/oclhashcat-plus-bin app-crypt/oclhashcat-lite-bin ) opencl? ( app-crypt/oclhashcat-plus-bin app-crypt/oclhashcat-lite-bin ) dev-qt/qtgui:4 dev-qt/qtcore:4
SLOT=0
SRC_URI=mirror://github/scandium/hashcat-gui/zipball/b6b01be723742ad89ba31fdb2c30b35306318f8b -> hashcat-gui-0.5.1.zip
_eclass_exported_funcs=src_unpack:qt4-r2 src_prepare:- src_configure:qt4-r2 src_compile:qt4-r2 src_install:-
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e multilib 23ae8c186171e6476af098d2a50d0ee0 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=8b9f97225a05be5cfe95ab6b683d1fe2
|