sci-visualization/gnuplotutils - 9999 (cj-overlay)

Search

Package Information

Description:
Some useful scripts for gnuplot
Homepage:
https://github.com/junghans/gnuplotutils
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="Some useful scripts for gnuplot"
HOMEPAGE="https://github.com/junghans/gnuplotutils"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="sys-apps/help2man"
RDEPEND="dev-lang/perl
		sys-apps/sed
		sci-visualization/gnuplot
		virtual/latex-base
		app-text/ghostscript-gpl
		sys-apps/coreutils"

EGIT_REPO_URI="https://github.com/junghans/gnuplotutils.git git://github.com/junghans/gnuplotutils.git"

src_install() {
	emake DESTDIR="${ED}" install
}

Dependencies

DEPEND

sys-apps/help2man

RDEPEND

dev-lang/perl
		sys-apps/sed
		sci-visualization/gnuplot
		virtual/latex-base
		app-text/ghostscript-gpl
		sys-apps/coreutils