bump sys-process/netproc
This commit is contained in:
parent
f5f8cc31e9
commit
52ef70d49a
1 changed files with 0 additions and 0 deletions
28
sys-process/netproc/netproc-0.6.5.ebuild
Normal file
28
sys-process/netproc/netproc-0.6.5.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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 )
|
||||
|
||||
src_compile() {
|
||||
prefix="/usr" emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
prefix="/usr" emake DESTDIR=${ED} install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue