summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06aa3fac79128505ebdc08ce57d7ea04f264ff11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: doakey3 <doakey3@gmail.com>
pkgname=blender-plugin-bligify
pkgver=1.3.6
pkgrel=1
pkgdesc="Export and import animated GIFs from the Blender VSE"
url="https://github.com/doakey3/Bligify"
license=("GPL")
arch=('any')
depends=('blender' 'gifsicle' 'imagemagick')
groups=('blender')
makedepends=('unzip')
source=("https://github.com/doakey3/Bligify/releases/download/1.3.6/Bligify.zip")
md5sums=('da8e6373960ac262c1836313ad3fde28')

package() {
    addons="$pkgdir/usr/share/blender/$(blender -v | head -n1 | cut -f2 -d ' ')/scripts/addons/"
    if [ ! -d "$addons" ]; then
        mkdir -p "$addons"
    fi
    unzip Bligify -d "$addons"
}