build script

This commit is contained in:
Jacob Stannix 2024-08-15 12:14:12 -06:00
commit a08e3ddb24
5 changed files with 278 additions and 0 deletions

19
build.zig.zon Normal file
View file

@ -0,0 +1,19 @@
.{
.name = "lua",
.version = "5.4.7",
.dependencies = .{
.lua = .{
.url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
.hash = "12206df90729936e110f5d2574437be370fc4367b5f44afcc77749ac421547bc8ff0",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
},
}