aboutsummaryrefslogtreecommitdiff
path: root/devel/lua-luastatic/pkg-descr
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-07-18 01:11:54 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-07-26 18:50:53 +0000
commitc648a3cebd96f286cc307cb2ee0aae653c4fad1e (patch)
tree2994089e329ed5da081ecc80c5356d11911a0298 /devel/lua-luastatic/pkg-descr
parent40e03c5f8770e92755d0b3b7cbaa9487adb6248b (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-descr3
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.