# Description: Graphical network connections viewer for Linux # URL: https://github.com/chipmunk-sm/tcpview # Maintainer: Fredrik Rinnestam, fredrik at crux dot guru # Depends on: qt5 name=tcpview version=2.0.0.5 release=1 source=(https://github.com/chipmunk-sm/tcpview/archive/$version/$name-$version.tar.gz) build() { cd $name-$version qmake make mkdir -p $PKG/usr/bin install -m755 $name $PKG/usr/bin/$name }