gentoo-ebuilds/dev-java/metainf-services/metainf-services-1.11.ebuild
Sam James ec2c3e2e08
dev-java/metainf-services: Stabilize 1.11 amd64, #941597
Signed-off-by: Sam James <sam@gentoo.org>
2024-10-18 01:17:06 +01:00

21 lines
520 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Generates META-INF/services files automatically"
HOMEPAGE="https://metainf-services.kohsuke.org/"
SRC_URI="https://github.com/kohsuke/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
RDEPEND=">=virtual/jre-1.8:*"
DEPEND=">=virtual/jdk-1.8:*"
JAVA_SRC_DIR="src/main/java"
JAVA_RESOURCE_DIRS="src/main/resources"