pentoo-overlay/dev-java/jd-lib/jd-lib-1.2.1.ebuild.old
2022-06-19 14:36:25 +08:00

30 lines
719 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Command line Java Decompiler"
HOMEPAGE="https://github.com/kwart/jd-cmd/"
SRC_URI="https://github.com/kwart/jd-cli/archive/refs/tags/jd-cli-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/jre:11"
DEPEND="${RDEPEND}
dev-java/jcommander
dev-java/slf4j-api
dev-java/hamcrest-core:1.3
dev-java/junit:4
dev-java/jd-core
virtual/jdk:11"
S="${WORKDIR}/${PN}-${P}"
JAVA_GENTOO_CLASSPATH="jcommander,slf4j-api,hamcrest-core-1.3,junit-4,jd-core"
JAVA_SRC_DIR="jd-lib/src/main/java/com/github/kwart/jd"