dev-vcs/bfg: fix variable order and quoting

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-01-07 11:44:14 +01:00
parent 70f210f80d
commit 3943ff0af6

View File

@@ -9,15 +9,15 @@ DESCRIPTION="A faster alternative to git-filter-branch for removing bad data fro
HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
S="${WORKDIR}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND=">=virtual/jre-1.8:*"
BDEPEND="app-arch/unzip"
S=${WORKDIR}
src_install() {
java-pkg_newjar "${DISTDIR}"/${P}.jar
java-pkg_dolauncher ${PN}