summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 649a2bd0081fc60a435eda7796802efef556fa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Muflone http://www.muflone.com/contacts/english/

pkgname=gimp-plugin-place-layer-into-selection
pkgver=1.0
pkgrel=2
pkgdesc="Place a layer in a rectangular selection area."
arch=('any')
url="http://slybug.deviantart.com/art/Place-Layer-into-Selection-414219124"
license=('GPL')
depends=('gimp')
source=("http://url.muflone.com/${pkgname}-${pkgver}.zip")
sha256sums=('7fefd4d51c3c562ff724af5ba3aef72a4b7cfb87d31ccb5af685d01abb6ed11f')

package() {
  install -m755 -d "${pkgdir}/usr/lib/gimp/2.0/plug-ins"
  install -m755 -t "${pkgdir}/usr/lib/gimp/2.0/plug-ins" "${pkgname/gimp-plugin-/}.py"
}