diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:18:20 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:18:20 -0600 |
commit | a76dfe8beca1392db5a1d0bc74df43fb3bdc43b6 (patch) | |
tree | 87690da637f303b6e25c13d83a117213087d15ba /meta.lua | |
parent | 95bf14904d6e496c64466a12823e9b74f5a0b090 (diff) | |
download | website-a76dfe8beca1392db5a1d0bc74df43fb3bdc43b6.tar.gz website-a76dfe8beca1392db5a1d0bc74df43fb3bdc43b6.tar.bz2 website-a76dfe8beca1392db5a1d0bc74df43fb3bdc43b6.zip |
start working on webpage
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ | |||
1 | return { | 1 | return { |
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 | } |