mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
bruteforce-salted-openssl: fix metadata.missing
This commit is contained in:
parent
1d41fa3936
commit
e3ed8315b2
2 changed files with 11 additions and 8 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 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."
|
||||
DESCRIPTION="A bruteforce cracker for openssl encrypted files"
|
||||
HOMEPAGE="https://github.com/glv2/${PN}"
|
||||
SRC_URI="https://github.com/glv2/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||
LICENSE="GPL-3"
|
||||
|
|
@ -17,10 +17,5 @@ RDEPEND="${DEPEND}"
|
|||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
#src_install() {
|
||||
# default
|
||||
# dodoc AUTHORS ChangeLog NEWS README
|
||||
#}
|
||||
|
|
|
|||
8
app-crypt/bruteforce-salted-openssl/metadata.xml
Normal file
8
app-crypt/bruteforce-salted-openssl/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue