gentoo-ebuilds/dev-java/jnr-ffi/jnr-ffi-2.2.17.ebuild
Sam James fd3c1e64ea
dev-java/jnr-ffi: Stabilize 2.2.17 arm64, #948083
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-14 12:23:50 +00:00

39 lines
775 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="com.github.jnr:jnr-ffi:2.2.17"
# We don't have junit-jupiter yet
# JAVA_TESTING_FRAMEWORKS="junit-jupiter"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="A library for invoking native functions from java"
HOMEPAGE="https://github.com/jnr/jnr-ffi"
SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64"
CP_DEPEND="
dev-java/asm:9
>=dev-java/jffi-1.3.13:0
dev-java/jnr-a64asm:2
dev-java/jnr-x86asm:1.0
"
DEPEND="
${CP_DEPEND}
>=virtual/jdk-1.8:*
"
RDEPEND="
${CP_DEPEND}
>=virtual/jre-1.8:*
"
JAVA_SRC_DIR="src/main/java"