# Depends on: cmake qttools description="Various packaging tools and scripts for LXQt applications" url="http://lxqt.org" packager="tnut " contributors="Greg" name=lxqt-build-tools version=0.5.0 source=(https://github.com/lxqt/$name/releases/download/$version/$name-$version.tar.xz ) build() { cd $name-$version mkdir build cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr make make DESTDIR=$PKG install } 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@@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }