mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-util/log4shelldetect: fix DESCRIPTION, indentation
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
7a0573689c
commit
e781a3afb0
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user