summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 00132c8b20c182825406b0d7cc9b18dd96bc425b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=gimp-script-make-anaglyph
pkgver=1
pkgrel=1
pkgdesc="makes anaglyph from 2 layers"
arch=(any)
url="http://registry.gimp.org/node/6527"
license=('GPL')
depends=('gimp')
source=(http://registry.gimp.org/files/script-fu-make-anaglyph.scm)
md5sums=('1ecaa7eb4b145883d12e2b680ff75b1a')

package() {
  install -Dm0644 script-fu-make-anaglyph.scm $pkgdir/usr/share/gimp/2.0/scripts/script-fu-make-anaglyph.scm
}