summaryrefslogtreecommitdiff
path: root/nethogs/Pkgfile
blob: a5b83d0c3675a0f2407422639fef31f603fde652 (plain)
    1 # Description: net top tool showing network usage by PID
    2 # URL:         https://github.com/raboof/nethog
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  libpcap
    5 
    6 name=nethogs
    7 version=0.8.5
    8 release=1
    9 source=(https://github.com/raboof/nethogs/archive/v${version}.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13   make
   14   make PREFIX=/usr DESTDIR=$PKG install
   15 }

Generated by cgit