summaryrefslogtreecommitdiff
path: root/meta.lua
blob: 9cc661255f4179bebdde9451fca9a674d363a47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
return {
	["7zip"] = {
		timeout = 720,
		image = "image-mingw64",
		requires = {
			{"git","7zip#main"}
		},
		produces = {
			["7z.exe"] = true,
		},
	}
}