dev-db/sqlcl-bin - 25.2.2.199.0918 (gentoo)

Search

Package Information

Description:
Oracle SQLcl is the new SQL*Plus
Homepage:
https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/
License:
OTN

Ebuild Details

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

EAPI=8

MY_PN="${PN/-bin}"
MY_P="${MY_PN}-${PV}"

inherit java-pkg-2

DESCRIPTION="Oracle SQLcl is the new SQL*Plus"
HOMEPAGE="https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/"
SRC_URI="https://download.oracle.com/otn_software/java/sqldeveloper/${MY_P}.zip"

S="${WORKDIR}"

LICENSE="OTN"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror"

BDEPEND="app-arch/unzip"
RDEPEND="dev-db/oracle-instantclient
	dev-java/java-config:2
	>=virtual/jre-11"

src_install() {
	java-pkg_dojar sqlcl/lib/*.jar sqlcl/lib/ext/*.jar

	java-pkg_dolauncher "${MY_PN}" \
		--main oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli \
		--java_args '-client -Xss30M'
}

Dependencies

RDEPEND

dev-db/oracle-instantclient
	dev-java/java-config:2
	>=virtual/jre-11

BDEPEND

app-arch/unzip