summaryrefslogtreecommitdiff
path: root/app-crypt/crackpkcs12/crackpkcs12-0.2.10.ebuild
blob: b7626ed01bf744d6b5505ac66a609081304cb931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2021 BaldEagleOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

DESCRIPTION="multithreaded program to crack PKCS#12 files"
HOMEPAGE="https://sourceforge.net/projects/crackpkcs12/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libressl"

RDEPEND="!libressl? ( dev-libs/openssl:0= )
	libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}"