1 # Contributor: Sam101 <lepetit.samuel@gmail.com>
2 pkgname=massimageconverter
5 pkgdesc="A parallel image converter, with a friendly GUI. Use imagemagick"
6 arch=('i686', 'x86_64')
8 depends=('qt' 'imagemagick')
13 url="http://github.com/sam101/MassImageConverter"
14 _gitroot="https://github.com/sam101/MassImageConverter.git"
15 _gitname="MassImageConverter"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
31 msg "GIT checkout done or server timeout"
37 mkdir -p $pkgdir/usr/bin
38 cp massimageconverter $pkgdir/usr/bin