# Depends on: qtbase cmake lxqt-build-tools description="Library to query system statistics (net, resource usage)" url="http://lxqt.org" packager="tnut " contributors="Greg" name=libsysstat version=0.4.1 source=(https://github.com/lxqt/libsysstat/releases/download/$version/$name-$version.tar.xz) build=kde5 uptodate() { feed=https://github.com/lxde/$name/releases.atom exec="lynx -read_timeout=20 -dump -listonly -nonumbers $feed" ligne=1 # nombre de notification ? afficher $exec $feed | grep title | \ sed "s@@@" | \ sed "s@@@" | \ sed "s@libsysstat@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }