summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-31 15:16:31 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-31 15:16:31 -0500
commit4ec84007fc554b8b75df9a3e58d45533b7025a99 (patch)
treecfde9af3759f727b90c10d7fa561a4c039afa7cb
parent6235daddb62449287261adfc74d48c0866d3ea02 (diff)
download7zip-packaging-4ec84007fc554b8b75df9a3e58d45533b7025a99.tar.gz
7zip-packaging-4ec84007fc554b8b75df9a3e58d45533b7025a99.tar.bz2
7zip-packaging-4ec84007fc554b8b75df9a3e58d45533b7025a99.zip
Inital commit
-rw-r--r--meta.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 6b90b98..17efec8 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,11 @@
1return { 1return {
2 ["7zip"] = { 2 ["7zip"] = {
3 requires = {}, 3 image = "image-mingw64",
4 produces = {}, 4 requires = {
5 {"git","7zip#main"}
6 },
7 produces = {
8 ["7zip.exe"] = true,
9 },
5 } 10 }
6} 11}