dev-java/coursier-bin - 2.1.24 (gentoo)

Search

Package Information

Description:
Java/Scala artifact fetching, bundling and deploying
Homepage:
https://get-coursier.io/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.1.24 8 amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

get_orig_coursier_pv() {
	local orig_pv=$(ver_rs 3 -)
	orig_pv=${orig_pv/rc/RC}
	orig_pv=${orig_pv/pre/M}
	echo "${orig_pv}"
}

DESCRIPTION="Java/Scala artifact fetching, bundling and deploying"
HOMEPAGE="https://get-coursier.io/"
SRC_URI="https://github.com/coursier/coursier/releases/download/v$(get_orig_coursier_pv)/cs-x86_64-pc-linux.gz -> ${P}.gz"

S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"

KEYWORDS="amd64"

RDEPEND="
	virtual/zlib:=
	>=virtual/jre-8
"

QA_FLAGS_IGNORED="usr/bin/coursier"
QA_TEXTRELS="usr/bin/coursier"

src_install() {
	newbin "${P}" coursier
}

Dependencies

RDEPEND

	virtual/zlib:=
	>=virtual/jre-8

Manifest for 2.1.24

Type File Size Source URLs
DIST coursier-bin-2.1.24.gz 23366878 bytes https://github.com/coursier/coursier/releases/download/v$(get_orig_coursier_pv)/cs-x86_64-pc-linux.gz