summaryrefslogtreecommitdiff
path: root/panto-herdr-scm-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'panto-herdr-scm-1.rockspec')
-rw-r--r--panto-herdr-scm-1.rockspec28
1 files changed, 0 insertions, 28 deletions
diff --git a/panto-herdr-scm-1.rockspec b/panto-herdr-scm-1.rockspec
deleted file mode 100644
index d974b69..0000000
--- a/panto-herdr-scm-1.rockspec
+++ /dev/null
@@ -1,28 +0,0 @@
-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",
- },
-}