From 4ec84007fc554b8b75df9a3e58d45533b7025a99 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 31 Oct 2024 15:16:31 -0500 Subject: Inital commit --- meta.lua | 9 +++++++-- 1 file 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 @@ return { ["7zip"] = { - requires = {}, - produces = {}, + image = "image-mingw64", + requires = { + {"git","7zip#main"} + }, + produces = { + ["7zip.exe"] = true, + }, } } -- cgit v1.2.3-55-g6feb