add sys-process/netproc
This commit is contained in:
parent
d56062e6a8
commit
b7c9dfe9dc
1 changed files with 22 additions and 0 deletions
22
sys-process/netproc/netproc-0.6.0.ebuild
Normal file
22
sys-process/netproc/netproc-0.6.0.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit autotools xdg-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Tool to monitor network traffic per process."
|
||||||
|
HOMEPAGE="https://github.com/berghetti/netproc"
|
||||||
|
SRC_URI="https://github.com/berghetti/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="sys-libs/ncurses:="
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
DOCS=( CHANGELOG README.md )
|
||||||
|
|
||||||
|
#S="${WORKDIR}/${P/_}"
|
Loading…
Add table
Add a link
Reference in a new issue