summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1004e6457f13cdbf8c1ac50b41cc9e00bbbb20af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Pablo Arias <pabloariasal@gmail.com>
# Contributor: zach <zach {at} zach-adams {dot} com>
# Contributor: arunj
# Contributor: shaggytwodope

pkgname=imgp
_pkgauthor=jarun
pkgver=2.6
pkgrel=1
pkgdesc="Multi-core batch image resizer and rotator"
arch=('any')
url="https://github.com/${_pkgauthor}/${pkgname}"
license=('GPL3')
depends=('python' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/v$pkgver.tar.gz")
conflicts=('imgp-git')
sha256sums=('f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799')

package() {
	make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install
}