diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-29 10:34:49 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-29 10:34:49 -0700 |
| commit | f14538ac33402854509d46e1a7bdaae091c2fb80 (patch) | |
| tree | 2d3829306c173f04ec554404c242537295cfee9a | |
| parent | 4f507a0d32626e6965b8e8cfc726ab2412872e44 (diff) | |
luaposix: Add missing gen.lua and ver
| -rw-r--r-- | pkg/luaposix/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/luaposix/ver | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/pkg/luaposix/gen.lua b/pkg/luaposix/gen.lua index 6b167eff..c6b69ce3 100644 --- a/pkg/luaposix/gen.lua +++ b/pkg/luaposix/gen.lua @@ -65,3 +65,5 @@ for _, f in ipairs(files) do file('share/lua/5.4/posix/'..f, '644', '$srcdir/lib/posix/'..f) end file('share/lua/5.4/posix/version.lua', '644', '$outdir/version.lua') + +fetch 'git' diff --git a/pkg/luaposix/ver b/pkg/luaposix/ver new file mode 100644 index 00000000..64ea8572 --- /dev/null +++ b/pkg/luaposix/ver @@ -0,0 +1 @@ +36.2.1 r0 |
