1 # Maintainer: Mathieu Clabaut <mathieu.clabaut@gmail.com>
6 pkgdesc="Tool for visually comparing two PDF files"
7 url="https://github.com/vslavik/diff-pdf"
15 _gitroot=https://github.com/vslavik/diff-pdf.git
20 if [ -d $_gitname ]; then
21 (cd $_gitname && git reset HEAD --hard && git clean -x -d -f && git pull origin)
22 msg "Updated the local files."
25 msg "GIT checkout done or server timeout"
35 cd "$srcdir"/$_gitname
36 make DESTDIR="$pkgdir" install || return 1