dev-util/log4shelldetect: fix DESCRIPTION, indentation

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-07-27 05:06:27 +01:00
parent 7a0573689c
commit e781a3afb0
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -4,7 +4,7 @@
EAPI=8
inherit go-module
DESCRIPTION="check for java programs vulnerable to log4shell"
DESCRIPTION="Check for java programs vulnerable to log4shell"
HOMEPAGE="https://github.com/1lann/log4shelldetect"
SRC_URI="https://github.com/1lann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
@ -18,6 +18,6 @@ src_compile() {
}
src_install() {
dobin log4shelldetect
dodoc README.md
dobin log4shelldetect
dodoc README.md
}