summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 689718b0e5fde714a177dff2d833027004f922cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Michael Mansell <michael.mansell@gmail.com>

pkgname=gimp-script-divide-scanned-images
pkgver=2.2F
pkgrel=2
pkgdesc="GIMP Scheme (.scm) script for splitting separate sub-images from a composite image that has a uniform background. Creates a new image from each; will call the \'deskew\' plugin on each image (if it is installed)."

arch=('any')
url="https://github.com/FrancoisMalan/DivideScannedImages"
license=('GPL')

depends=('gimp')
optdepends=('gimp-plugin-deskew-git: Used to straighten split images.')

source=("git://github.com/FrancoisMalan/DivideScannedImages.git")
md5sums=('SKIP')

provides=('gimp-script-divide-scanned-images')

# doesn't need to build, just install

package() {
	install -Dm644 "${srcdir}/DivideScannedImages/DivideScannedImages.scm" "${pkgdir}/usr/share/gimp/2.0/scripts/DivideScannedImages.scm"
}