1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 17:59:30 +00:00

Fixed rockspecs

This commit is contained in:
Étienne Fildadut 2019-08-11 17:31:20 +02:00
parent f1da477b5a
commit ea7720b7c3
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,5 @@
rockspec_format = "3.0"
package = "candran"
version = "scm-1"
@ -10,9 +12,9 @@ description = {
]],
license = "MIT",
homepage = "https://github.com/Reuh/candran",
--issues_url = "https://github.com/Reuh/candran", -- LuaRocks 3.0
issues_url = "https://github.com/Reuh/candran",
maintainer = "Étienne 'Reuh' Fildadut <fildadut@reuh.eu>",
--labels = {} -- LuaRocks 3.0
labels = {"lpeg", "commandline"}
}
source = {
@ -32,5 +34,4 @@ build = {
install = {
bin = { "bin/can", "bin/canc" }
}
--copy_directories = { "doc", "test" }
}