diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-07-18 01:11:54 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-07-26 18:50:53 +0000 |
| commit | c648a3cebd96f286cc307cb2ee0aae653c4fad1e (patch) | |
| tree | 2994089e329ed5da081ecc80c5356d11911a0298 /devel/lua-luastatic/pkg-descr | |
| parent | 40e03c5f8770e92755d0b3b7cbaa9487adb6248b (diff) | |
devel/lua-luastatic: add new port
luastatic builds a standalone executable from a lua script, obviating
the need for lua proper rto be installed on the target system. This is
used by newer versions of luacheck, which we use for sanity checking
lua scripts in the base system.
Diffstat (limited to 'devel/lua-luastatic/pkg-descr')
| -rw-r--r-- | devel/lua-luastatic/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/lua-luastatic/pkg-descr b/devel/lua-luastatic/pkg-descr new file mode 100644 index 000000000000..7d8359b3a656 --- /dev/null +++ b/devel/lua-luastatic/pkg-descr @@ -0,0 +1,3 @@ +luastatic is a command line tool that builds a standalone executable from a Lua +program. The resulting executable is intended to run on systems that do not +otherwise have Lua installed. |
