# Template file for 'luafilesystem' pkgname=luafilesystem version=1.5.0 homepage="http://keplerproject.github.com/luafilesystem" distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz" build_style=gnu-makefile make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr" depends="lua" makedepends="lua-devel" revision=1 short_desc="File System Library for the Lua Programming Language" maintainer="davehome " license="MIT" checksum=00f6e1dc1e1da7f0fa77e375f0a04908ec4241a4c5e8d98031614f4a4a50c7cb long_desc=" LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes." post_install() { vinstall tests/test.lua 755 usr/share/examples/${pkgname} }