1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="Reformats Java source code to comply with Google Java Style."
7 HOMEPAGE="https://github.com/google/google-java-format"
8 SRC_URI="https://github.com/google/google-java-format/releases/download/v${PV}/${P}-all-deps.jar"
15 RDEPEND="virtual/jdk:17"
19 insinto "/usr/share/${PN}"
20 newins "${DISTDIR}/${P}-all-deps.jar" "google-java-format-all-deps.jar"
22 dobin "${FILESDIR}/${PN}"