mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Fixed rockspecs
This commit is contained in:
parent
f1da477b5a
commit
ea7720b7c3
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
rockspec_format = "3.0"
|
||||||
|
|
||||||
package = "candran"
|
package = "candran"
|
||||||
|
|
||||||
version = "0.8.0-1"
|
version = "0.8.0-1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
rockspec_format = "3.0"
|
||||||
|
|
||||||
package = "candran"
|
package = "candran"
|
||||||
|
|
||||||
version = "scm-1"
|
version = "scm-1"
|
||||||
|
|
@ -10,9 +12,9 @@ description = {
|
||||||
]],
|
]],
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
homepage = "https://github.com/Reuh/candran",
|
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>",
|
maintainer = "Étienne 'Reuh' Fildadut <fildadut@reuh.eu>",
|
||||||
--labels = {} -- LuaRocks 3.0
|
labels = {"lpeg", "commandline"}
|
||||||
}
|
}
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
|
|
@ -32,5 +34,4 @@ build = {
|
||||||
install = {
|
install = {
|
||||||
bin = { "bin/can", "bin/canc" }
|
bin = { "bin/can", "bin/canc" }
|
||||||
}
|
}
|
||||||
--copy_directories = { "doc", "test" }
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue