mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
bruteforce-salted-openssl-1.5.0.ebuild
This commit is contained in:
parent
31e5f7d460
commit
e3a1494ee6
2 changed files with 23 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST bruteforce-salted-openssl-1.4.2.tar.xz 27184 BLAKE2B 720a56083030e72a9e2c45af54c4c75c733ab55f8ac84906eaf1c44ca5c06f3866c46ab0c03fb4068efd0226c5d244656c154d89479c7daf08913c3849afeaf9 SHA512 28089c1d5e83c5ac3572e02d6e044b01d6c89adfb612a0dc3de688d690704cd5bc68f121268df6b2be7e5ddfed6cf8f02767c33b2e56050cb7fd73c969421cbf
|
||||
DIST bruteforce-salted-openssl-1.5.0.gh.tar.gz 43893 BLAKE2B 8bf25eb4f4d89a3f6d6a02dfb671407f73fc370797d297752f5f6cf762546b44f356f27661d2781efae59254daaa5cc748880c38dcfca1dd966557a275099b25 SHA512 0e23aee31087f8b10337fbf07556babff737a8fe30d907e6f32a144e24ccc8261a81d8b5de4cdc8b9880326ffc27b63929033f56ab799334a92e96720167de6c
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A bruteforce cracker for openssl encrypted files"
|
||||
HOMEPAGE="https://github.com/glv2/bruteforce-salted-openssl"
|
||||
SRC_URI="https://github.com/glv2/bruteforce-salted-openssl/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
DEPEND="dev-libs/openssl:*"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue