1 #Maintainer: Giorgio Gilestro <giorgio@gilest.ro>
6 pkgdesc="Freedesktop-complient trashcan implemented in bash script"
8 url="https://github.com/robrwo/bashtrash/blob/master/trash"
12 _gitroot="https://github.com/robrwo/bashtrash.git"
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 rm -rf "$srcdir/$_gitname-build"
30 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
31 cd "$srcdir/$_gitname-build"
33 install -D trash $pkgdir/usr/bin/trash