gentoo/dev-java/checker-framework-qual/checker-framework-qual-3.51.1.ebuild
Arthur Zamarin 6a24f0b654
dev-java/checker-framework-qual: Stabilize 3.51.1 ppc64, #965327
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-31 14:56:05 +02:00

24 lines
661 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
JAVA_PKG_IUSE="doc source"
MAVEN_ID="org.checkerframework:checker-qual:${PV}"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Annotations for type-checking by the Checker Framework"
HOMEPAGE="https://checkerframework.org/"
SRC_URI="https://github.com/typetools/checker-framework/archive/checker-framework-${PV}.tar.gz"
S="${WORKDIR}/checker-framework-checker-framework-${PV}/checker-qual"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc64"
DEPEND=">=virtual/jdk-11:*" # module-info
RDEPEND=">=virtual/jre-1.8:*"
JAVA_SRC_DIR="src/main/java"