From 9891acee3012bf89f566dd83f29eb9eae489910d Mon Sep 17 00:00:00 2001 From: kayibea Date: Sun, 22 Jun 2025 21:44:30 +0200 Subject: [PATCH 1/2] Add luaposix addon --- .gitmodules | 3 +++ addons/luaposix/info.json | 6 ++++++ addons/luaposix/module | 1 + 3 files changed, 10 insertions(+) create mode 100644 addons/luaposix/info.json create mode 160000 addons/luaposix/module diff --git a/.gitmodules b/.gitmodules index 11d30c48..053883a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -235,3 +235,6 @@ path = addons/ftl-hyperspace/module url = https://github.com/ranhai613/ftl-hs-lua-lls-addon.git branch = publish +[submodule "addons/luaposix/module"] + path = addons/luaposix/module + url = https://github.com/kayibea/lls-posix diff --git a/addons/luaposix/info.json b/addons/luaposix/info.json new file mode 100644 index 00000000..03fce474 --- /dev/null +++ b/addons/luaposix/info.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "POSIX", + "description": "Provides definitions for posix Lua API", + "hasPlugin": false +} \ No newline at end of file diff --git a/addons/luaposix/module b/addons/luaposix/module new file mode 160000 index 00000000..5faf5bcb --- /dev/null +++ b/addons/luaposix/module @@ -0,0 +1 @@ +Subproject commit 5faf5bcbf62c338f46341228c9c864455b39b232 From 30604bad8deeca60fed91a5c03f48e0842020047 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 19:48:36 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/luaposix/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/luaposix/info.json b/addons/luaposix/info.json index 03fce474..7aba235a 100644 --- a/addons/luaposix/info.json +++ b/addons/luaposix/info.json @@ -2,5 +2,6 @@ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "POSIX", "description": "Provides definitions for posix Lua API", - "hasPlugin": false -} \ No newline at end of file + "hasPlugin": false, + "size": 43490 +}