sci-biology/cytoscape-bin - 3.10.4 (guru)

Search

Install

Install this version:

emerge -a =sci-biology/cytoscape-bin-3.10.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-biology/cytoscape-bin-3.10.4

Or alternatively:

emerge --autounmask-write -a =sci-biology/cytoscape-bin-3.10.4

Package Information

Description:
A visualization platform for molecular interaction networks
Homepage:
https://www.cytoscape.org/
License:
LGPL-2.1

Ebuild Details

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

EAPI="8"

inherit desktop java-pkg-2

DESCRIPTION="A visualization platform for molecular interaction networks"
HOMEPAGE="https://www.cytoscape.org/"
SRC_URI="https://github.com/cytoscape/cytoscape/releases/download/${PV}/cytoscape-unix-${PV}.tar.gz"

S="${WORKDIR}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/jdk:17"

src_install() {
	MY_PN="cytoscape"
	MYW="${WORKDIR}/${MY_PN}-unix-${PV}"

	insinto "/opt/${MY_PN}"
	doins -r ${MYW}/apps
	doins -r ${MYW}/framework
	doins -r ${MYW}/sampleData

	cd ${MYW}
	sh gen_vmoptions.sh
	doins Cytoscape.vmoptions
	exeinto "/opt/${MY_PN}"
	doexe "${MYW}/${MY_PN}.sh"
	dosym "${EPREFIX}/opt/${MY_PN}/${MY_PN}.sh" "${EPREFIX}/opt/bin/${MY_PN}"

	exeinto "/opt/${MY_PN}/framework/bin"
	doexe framework/bin/karaf

	newicon framework/cytoscape_logo_512.png cytoscape_logo.png
	make_desktop_entry ${MY_PN} CytoScape cytoscape_logo Science
}

Inherited Eclasses

Dependencies

RDEPEND

virtual/jdk:17

Manifest for 3.10.4

Type File Size Source URLs
DIST cytoscape-unix-3.10.4.tar.gz 357480347 bytes https://github.com/cytoscape/cytoscape/releases/download/3.10.4/cytoscape-unix-3.10.4.tar.gz