#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=catfish pkgver=4.16.3 _mainver=`echo $pkgver | cut -d'.' -f1,2` pkgrel=1gv source=("https://archive.xfce.org/src/apps/catfish/${_mainver}/catfish-${pkgver}.tar.bz2") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://software.twotoasts.de/?page=catfish slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "catfish (GTK3 frontend for file search engines)" "Catfish acts as a frontend for different file search engines. The" "interface is intentionally lightweight and takes configuration" "options from the command line. find, (s)locate, tracker and beagle are" "supported as backends." ) build() { cd $startdir/src/$pkgname-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg/ }