diff --git a/busted-tl-dev-1.rockspec b/busted-tl-dev-1.rockspec index 50d293c..34663be 100644 --- a/busted-tl-dev-1.rockspec +++ b/busted-tl-dev-1.rockspec @@ -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 = {