Skip to content

Commit e1dd3d5

Browse files
committed
chore: prepare first release rockspec
1 parent 1154f34 commit e1dd3d5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
rockspec_format = "3.0"
2+
package = "luarocks-build-lls-addon"
3+
version = "dev-1"
4+
source = {
5+
url = "git+https://github.com/LuaLS/luarocks-build-addon.git",
6+
}
7+
description = {
8+
summary = "A build backend for LuaRocks that installs LuaLS addons",
9+
homepage = "https://github.com/LuaLS/luarocks-build-addon",
10+
license = "MIT",
11+
}
12+
13+
test_dependencies = {
14+
"luarocks >= 3.11.1",
15+
"busted ~> 2.2",
16+
"luafilesystem ~> 1.8",
17+
"inspect ~> 3.1",
18+
"md5 ~> 1.3",
19+
}

luarocks-build-lls-addon-0.1-1.rockspec renamed to rockspec/luarocks-build-lls-addon-0.1-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rockspec_format = "3.0"
22
package = "luarocks-build-lls-addon"
3-
version = "0.1-1"
3+
version = "0.1.0-1"
44
source = {
55
url = "git+https://github.com/LuaLS/luarocks-build-addon.git",
66
}

0 commit comments

Comments
 (0)