New package: luafilesystem-1.5.0.
This commit is contained in:
parent
87badfd5c7
commit
a5e1ab52e3
1
srcpkgs/luafilesystem/luafilesystem.rshlibs
Normal file
1
srcpkgs/luafilesystem/luafilesystem.rshlibs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
24
srcpkgs/luafilesystem/template
Normal file
24
srcpkgs/luafilesystem/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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"
|
||||||
|
short_desc="File System Library for the Lua Programming Language"
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
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."
|
||||||
|
|
||||||
|
Add_dependency run lua
|
||||||
|
Add_dependency build lua-devel
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall tests/test.lua 755 usr/share/examples/${pkgname}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user