mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-java/coursier-bin: add 2.1.8
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST coursier-bin-2.1.5.gz 20679081 BLAKE2B 8ab0d971949b7a5527c82686fab9d62f6dc360ce7ff72bfc4d5a123401e577f17b2392e9a919aebe1c988a477a273d77cd3eb86dcb7b73c0c1a609cccac77eea SHA512 6397f13f82c91079575f58ccbd35e788a2760179cf5c11a986962e3bbe9c669b6e06730a6ff12e0aeb26198df4448e822e927a5d6bd031f67dab8072835979f6
|
||||
DIST coursier-bin-2.1.7.gz 20790038 BLAKE2B 6e362ae784fcb7007f0adc58604d72dba33cb37f0726883b69f9f298e38759e3acea0232edac30c7cb34c5b837598e6b2c0947345938bce196f7a326a4aa3f0e SHA512 b6df4d7ad89f735989dfb4bb8cacbdf1559dd5ea4f494b7e72df544bd24a3a208738cf37d1cfd7944bb6aebc0e1b6d32b1bfd48c9f333cf54919a055afd5348e
|
||||
DIST coursier-bin-2.1.8.gz 20863902 BLAKE2B 13ce0a1aa6dd2c1272567a76f3a762e31d9d6794e034e033d5d5accd0b6c534702fc62b5cab83070bb1081c7072ad7a04be86c38b4929d75f2d1f050f320820d SHA512 9cc8f13ecd0c166d46aaeeedb9279eb2885a7edac24c5b106ca30968c4c6fc5f47efe3a38e7aa6864dee517a7bc2cfba71fdd32741d295887bdb62594832bb9e
|
||||
|
||||
30
dev-java/coursier-bin/coursier-bin-2.1.8.ebuild
Normal file
30
dev-java/coursier-bin/coursier-bin-2.1.8.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 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"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
RDEPEND=">=virtual/jre-8"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/coursier"
|
||||
QA_TEXTRELS="usr/bin/coursier"
|
||||
|
||||
src_install() {
|
||||
newbin "${P}" coursier
|
||||
}
|
||||
Reference in New Issue
Block a user