summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6487188ad0f1284c632e4e27f97ca9aa714f3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: levinit <levinit@outlook.com>
pkgname=gimp-plugin-export-layers
pkgver=3.3.5
pkgrel=1
gimpver=2.0
pkgdesc="GIMP plug-in that exports layers as separate images."
arch=(any)
url="https://github.com/khalim19/gimp-plugin-export-layers"
license=('GPL3')
depends=('gimp' 'python2-gimp' 'libffi')
groups=(gimp-plugins)
makedepends=('unzip')

source=("https://github.com/khalim19/gimp-plugin-export-layers/releases/download/${pkgver}/export_layers-${pkgver}.zip")

md5sums=('498840b29c0d22afc0df884eb449ab11')

package() {
    install -Ddm755 $pkgdir/usr/lib/gimp/$gimpver/plug-ins
    cd $srcdir
    cp -r export_layers.py export_layers -t ${pkgdir}/usr/lib/gimp/${gimpver}/plug-ins/
}