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

pkgname=imgp
_pkgauthor=jarun
pkgver=2.4
pkgrel=2
pkgdesc="Resize or rotate JPEG and PNG images. Official releases only."
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')
provides=('imgp')
sha256sums=('82ef8a0dce5f7a2e64b7d7c8a456f6cfb20ee60350e97e8043361fa96e3efb5e')

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