diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-08 09:27:36 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-08 09:50:50 +0100 |
commit | 4312f088898057729939aa3d0c9fe0ba96e2c340 (patch) | |
tree | c598949d6aa37ba5a8c2f802ecc81f49a944b2db /net-analyzer/ibmonitor | |
parent | net-analyzer/ethloop: Clean up patch (diff) | |
download | gentoo-4312f088898057729939aa3d0c9fe0ba96e2c340.tar.gz gentoo-4312f088898057729939aa3d0c9fe0ba96e2c340.tar.bz2 gentoo-4312f088898057729939aa3d0c9fe0ba96e2c340.zip |
net-analyzer/ibmonitor: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/ibmonitor')
-rw-r--r-- | net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild new file mode 100644 index 000000000000..d40390197c37 --- /dev/null +++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Interactive bandwidth monitor" +HOMEPAGE="http://ibmonitor.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" + +RDEPEND="dev-perl/TermReadKey" +S=${WORKDIR}/${PN} + +src_install() { + dobin ibmonitor + dodoc AUTHORS ChangeLog README TODO +} |