chore: update dev rockspec
This commit is contained in:
parent
16d79f4089
commit
707b707f57
|
@ -1,25 +1,35 @@
|
|||
rockspec_format = "3.0"
|
||||
|
||||
package = "busted-tl"
|
||||
version = "dev-1"
|
||||
|
||||
source = {
|
||||
url = "*** please add URL for source tarball, zip or repository here ***",
|
||||
url = "git+https://gitea.aireone.xyz/Aire-One/busted-tl.git",
|
||||
}
|
||||
|
||||
description = {
|
||||
homepage = "*** please enter a project homepage ***",
|
||||
license = "*** please specify a license ***",
|
||||
summary = "Add Teal capabilities to Busted 🧙",
|
||||
detailed = "Busted-tl is a new Loader for Busted that adds Teal support.",
|
||||
license = "MIT",
|
||||
homepage = "https://gitea.aireone.xyz/Aire-One/busted-tl",
|
||||
issues_url = "https://gitea.aireone.xyz/Aire-One/busted-tl/issues",
|
||||
maintainer = "Aire-One",
|
||||
labels = {
|
||||
"busted",
|
||||
"teal",
|
||||
"testing",
|
||||
},
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"penlight >= 1.3.2",
|
||||
"busted",
|
||||
"tl",
|
||||
"busted >= 2.1.2-3",
|
||||
"tl >= 0.15.1-1",
|
||||
}
|
||||
|
||||
build_dependencies = {
|
||||
"cyan",
|
||||
"cyan >= 0.3.0-1",
|
||||
}
|
||||
|
||||
build = {
|
||||
|
@ -32,10 +42,6 @@ build = {
|
|||
},
|
||||
}
|
||||
|
||||
test_dependencies = {
|
||||
"busted",
|
||||
}
|
||||
|
||||
test = {
|
||||
type = "busted",
|
||||
flags = {
|
||||
|
|
Loading…
Reference in New Issue