#Packager: George Vlahavas pkgname=trash-cli pkgver=0.12.9.14 pkgrel=1gv source=("https://github.com/andreafrancia/trash-cli/archive/0.12.9.14.tar.gz") docs=("authors" "install.txt" "readme.txt" "copying" "history.txt" "test.txt" "thanks") url=https://github.com/andreafrancia/trash-cli slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "trash-cli (Command line interface to the freedesktop.org trashcan)" "trash-cli provides a command line interface trashcan utility compliant" "with the FreeDesktop.org Trash Specification. It remembers the name," "original path, deletion date, and permissions of each trashed file." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }