summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAdmin <admin@lua4.win>2024-10-11 18:50:19 +0000
committerAdmin <admin@lua4.win>2024-10-11 18:50:19 +0000
commitd6b8a3f52efb9e8e386f70f1b220c66e3302f58c (patch)
tree6041a92cafc6dae2070768297f5886b0ca358e66 /meta.lua
downloadimage-pandoc-d6b8a3f52efb9e8e386f70f1b220c66e3302f58c.tar.gz
image-pandoc-d6b8a3f52efb9e8e386f70f1b220c66e3302f58c.tar.bz2
image-pandoc-d6b8a3f52efb9e8e386f70f1b220c66e3302f58c.zip
Inital commit
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
new file mode 100644
index 0000000..73336b5
--- /dev/null
+++ b/meta.lua
@@ -0,0 +1,6 @@
1return {
2 ["image-pandoc"] = {
3 requires = {},
4 produces = {},
5 }
6}