summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 2ebc373..9a49c81 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,10 @@
1return { 1return {
2 ["website"] = { 2 ["website"] = {
3 requires = {}, 3 requires = {
4 produces = {}, 4 {"git", "website"}
5 },
6 produces = {
7 ["site.tar.gz"] = {"website.sh"},
8 },
5 } 9 }
6} 10}