summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3364b08c015260faa672b0e9d92054b51710107d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: gandalf3 <zzyxpaw at gmail dot com>
# Contributor: Leonardo "sud_crow" Gallego <leonardo@archlinux-es.org>

pkgname=gimp-plugin-reflection
pkgver=285.923
pkgrel=2
pkgdesc="Gimp plugin script that adds reflection to pictures and images with a single click"
arch=('i686' 'x86_64')
url="https://github.com/otaviocc/gimpscripts"
license=('GPL')
depends=('gimp')
makedepends=('git')
source=(git+https://github.com/otaviocc/gimpscripts.git) # raw source can be found here: https://raw.github.com/otaviocc/gimpscripts/master/gimp-reflection.scm
md5sums=('SKIP') # source is not static

package() {
	  cd ${srcdir}
	  mkdir -p "${pkgdir}/usr/share/gimp/2.0/scripts/"
	  cd gimpscripts
	  cp gimp-reflection.scm "${pkgdir}/usr/share/gimp/2.0/scripts/gimp-reflection.scm"
	}