app-misc/rundeck-cli-bin: add 2.0.8

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: bdffe3dbbc
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2024-12-10 09:57:10 +01:00
committed by Miroslav Šulc
parent ff00327ee7
commit 2bda9cd67b
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST rundeck-cli-2.0.1-all.jar 7470231 BLAKE2B 485b229f49aaf6fda912ab822a7997f8889d487367dcd28ae7fea9e03947f369e1aa61902e5bd38f0990086fc9c73fc5b61426de03cedec33057dee58de49a68 SHA512 9242bff4f736bb324b4ff3321876160d71ff8703f8b6be263df638f5e07e3a78e9edf9a2f47076c0a763c23a403de65819afc0a52890d492669889b593e7f2ae
DIST rundeck-cli-2.0.8-all.jar 7896755 BLAKE2B 9005db89ec73442f13971eb5b0e6c2a0967277f17b3f937d168b782e55a06f905a9b4caded6069a640e5c395616eb494451089d5ec4cdd1b0c687ea8897fe8e6 SHA512 7f4b142b34c9d1aea1e78c718940ea6a9da79a6afa412d2faf0fe54b0c1b3874c29a7b5984f869551d3de1cceb126ce355593d8c8253cb853f11dc344c9dad96

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2
DESCRIPTION="Command line tool for rundeck"
HOMEPAGE="https://www.rundeck.com"
SRC_URI="https://github.com/rundeck/rundeck-cli/releases/download/v${PV}/rundeck-cli-${PV}-all.jar"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=virtual/jre-11:*"
src_install() {
java-pkg_newjar "${DISTDIR}"/rundeck-cli-${PV}-all.jar rundeck-cli.jar
java-pkg_dolauncher rd
}