dev-db/dbeaver-bin - 5.3.5 (erayd)

Search

Package Information

Description:
Graphical development / admin tool for many popular database engines.
Homepage:
http://dbeaver.io/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
5.3.5 6 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
DESCRIPTION="Graphical development / admin tool for many popular database engines."
HOMEPAGE="http://dbeaver.io/"
SRC_URI="http://dbeaver.io/files/${PV}/dbeaver-ce-${PV}-linux.gtk.x86_64.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=virtual/jre-1.7:* >=x11-libs/gtk+-2:2"
RDEPEND="${DEPEND}"
S="${WORKDIR}/dbeaver"

src_install() {
	insinto "/opt/${P}"
	exeinto "/opt/${P}"
	doins -r \
		"configuration" \
		"dbeaver.desktop" \
		"dbeaver.ini" \
		"dbeaver.png" \
		"features" \
		"icon.xpm" \
		"licenses" \
		"p2" \
		"plugins" \
		"readme.txt"
	doexe "dbeaver"
	dosym "/opt/${P}/dbeaver" "/usr/bin/dbeaver"
}

Dependencies

DEPEND

>=virtual/jre-1.7:* >=x11-libs/gtk+-2:2

RDEPEND

>=virtual/jre-1.7:* >=x11-libs/gtk+-2:2

Manifest for 5.3.5

Type File Size Source URLs
DIST dbeaver-ce-5.3.5-linux.gtk.x86_64.tar.gz 59858865 bytes http://dbeaver.io/files/5.3.5/dbeaver-ce-5.3.5-linux.gtk.x86_64.tar.gz