bruteforce-salted-openssl: fix metadata.missing

This commit is contained in:
Yury Martynov 2019-11-09 16:46:23 +03:00
parent 1d41fa3936
commit e3ed8315b2
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 11 additions and 8 deletions

View file

@ -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
#}

View 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>