mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 20:33:06 +00:00
*** empty log message ***
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package = "LuaFileSystem"
|
||||
version = "cvs-1"
|
||||
source = {
|
||||
url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem"
|
||||
url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem",
|
||||
cvs_tag = "HEAD"
|
||||
}
|
||||
description = {
|
||||
summary = "File System Library for the Lua Programming Language",
|
||||
@@ -18,6 +19,6 @@ dependencies = {
|
||||
build = {
|
||||
type = "module",
|
||||
modules = {
|
||||
lfs = "lfs.c"
|
||||
lfs = "src/lfs.c"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user