From 2acd6b0e38e4af1fd13bad1cef8af7407b20684c Mon Sep 17 00:00:00 2001 From: t Date: Tue, 18 Aug 2026 14:45:03 -0600 Subject: initial commit --- panto-herdr-scm-1.rockspec | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 panto-herdr-scm-1.rockspec (limited to 'panto-herdr-scm-1.rockspec') diff --git a/panto-herdr-scm-1.rockspec b/panto-herdr-scm-1.rockspec new file mode 100644 index 0000000..d974b69 --- /dev/null +++ b/panto-herdr-scm-1.rockspec @@ -0,0 +1,28 @@ +rockspec_format = "3.0" +package = "panto-herdr" +version = "scm-1" + +source = { + -- Replace when the repository has a public remote. + url = "git+https://example.invalid/panto-herdr.git", +} + +description = { + summary = "Herdr lifecycle reporting for panto", + detailed = [[ +A panto extension that reports panto lifecycle state to Herdr when it runs +inside a Herdr pane. +]], + license = "MIT", +} + +dependencies = { + "lua >= 5.1", +} + +build = { + type = "builtin", + modules = { + ["panto-herdr"] = "panto-herdr/init.lua", + }, +} -- cgit v1.3