aboutsummaryrefslogtreecommitdiff
path: root/lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec')
-rw-r--r--lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec27
1 files changed, 0 insertions, 27 deletions
diff --git a/lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec b/lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec
deleted file mode 100644
index 1170ad25..00000000
--- a/lfw/rocks/luafilesystem/1.5.0-1/luafilesystem-1.5.0-1.rockspec
+++ /dev/null
@@ -1,27 +0,0 @@
1package = "LuaFileSystem"
2
3version = "1.5.0-1"
4
5source = {
6 url = "http://cloud.github.com/downloads/keplerproject/luafilesystem/luafilesystem-1.5.0.tar.gz",
7}
8
9description = {
10 summary = "File System Library for the Lua Programming Language",
11 detailed = [[
12 LuaFileSystem is a Lua library developed to complement the set of
13 functions related to file systems offered by the standard Lua
14 distribution. LuaFileSystem offers a portable way to access the
15 underlying directory structure and file attributes.
16 ]]
17}
18
19dependencies = {
20 "lua >= 5.1"
21}
22
23build = {
24 type = "module",
25 modules = { lfs = "src/lfs.c" },
26 copy_directories = { "doc", "tests" }
27}