We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b28d3 commit c7c4f12Copy full SHA for c7c4f12
rockspec/luarocks-build-lls-addon-0.1.0-6.rockspec
@@ -0,0 +1,27 @@
1
+rockspec_format = "3.0"
2
+package = "luarocks-build-lls-addon"
3
+version = "0.1.0-6"
4
+
5
+local source_url = ("https://github.com/LuaLS/luarocks-build-addon/archive/v%s/luarocks-build-addon-%s.zip"):format(
6
+ version,
7
+ version
8
+)
9
+local source_dir = ("luarocks-build-addon-%s"):format(version)
10
11
+source = {
12
+ url = source_url,
13
+ dir = source_dir,
14
+}
15
+description = {
16
+ summary = "A build backend for LuaRocks that installs LuaLS addons",
17
+ homepage = "https://github.com/LuaLS/luarocks-build-addon",
18
+ license = "MIT",
19
20
21
+test_dependencies = {
22
+ "luarocks >= 3.11.1",
23
+ "busted ~> 2.2",
24
+ "luafilesystem ~> 1.8",
25
+ "inspect ~> 3.1",
26
+ "md5 ~> 1.3",
27
0 commit comments