Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luarocks/test/testfiles/no_build_table-0.1-1.rockspec')
-rw-r--r--luarocks/test/testfiles/no_build_table-0.1-1.rockspec12
1 files changed, 12 insertions, 0 deletions
diff --git a/luarocks/test/testfiles/no_build_table-0.1-1.rockspec b/luarocks/test/testfiles/no_build_table-0.1-1.rockspec
new file mode 100644
index 0000000..5d79e9a
--- /dev/null
+++ b/luarocks/test/testfiles/no_build_table-0.1-1.rockspec
@@ -0,0 +1,12 @@
+package = "no_build_table"
+version = "0.1-1"
+source = {
+ -- any valid URL
+ url = "https://raw.github.com/keplerproject/luarocks/master/src/luarocks/build.lua"
+}
+description = {
+ summary = "A rockspec with no build field",
+}
+dependencies = {
+ "lua >= 5.1"
+}