1 # Maintainer: Linus Sjögren <thelinx@unreliablepollution.net>
5 pkgdesc="A set of pure Lua libraries focusing on input data handling, functional programming, and OS path management."
8 url="https://github.com/stevedonovan/Penlight"
9 depends=('lua' 'luafilesystem')
10 source=($url/tarball/$pkgver)
11 md5sums=('6671e096c8455baffbb98e7c21bb83ee')
15 cd `find -name stevedonovan*`
16 mkdir -p $pkgdir/usr/share/lua/5.1/pl/
17 install -Dm0664 lua/pl/* \
18 $pkgdir/usr/share/lua/5.1/pl/
19 install -Dm0644 LICENCE.txt \
20 $pkgdir/usr/share/licenses/$pkgname/LICENCE.txt