1 # Maintainer: Nicholas <rothsdad at gmail com>
6 pkgdesc="An image manipulation library based on the GD library."
8 url="https://github.com/hoelzro/luagd"
10 depends=('gd' 'lua' 'git' 'pkg-config')
12 source=('Makefile.arch')
13 md5sums=('79401dac6157becd2cb0ed809fe0e052')
16 git clone https://github.com/hoelzro/luagd.git
18 make -f ../Makefile.arch
19 install -D -m755 gd.so $pkgdir/usr/lib/lua/5.1/gd.so