1 # Contributor: Adria Arrufat <swiftscythe@gmail.com>
5 pkgdesc="A small tool to resize all images in a directory. It is designed to resize many images in quickest and simplest way possible."
7 url="http://www.beli.ws/apps/baires/"
10 source=("http://www.beli.ws/apps/baires/baires.tar.gz")
17 install -D -m755 baires $pkgdir/usr/bin/baires || return 1
18 install -Dm644 baires.desktop $pkgdir/usr/share/applications/Baires.desktop
19 install -Dm644 icons/baires-256.png $pkgdir/usr/share/pixmaps/baires.png
22 md5sums=('2ef963760336f595c071efb61813bfaf')