luajit2: add test-version.sh
authorSeo Suchan <redacted>
Thu, 28 May 2026 15:09:26 +0000 (00:09 +0900)
committerChristian Marangi <redacted>
Sun, 7 Jun 2026 18:21:09 +0000 (20:21 +0200)
luajit2 use build number at -v, but releases are named by date

Signed-off-by: Seo Suchan <redacted>
lang/lua/luajit2/test-version.sh [new file with mode: 0644]

diff --git a/lang/lua/luajit2/test-version.sh b/lang/lua/luajit2/test-version.sh
new file mode 100644 (file)
index 0000000..236bc55
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# shellcheck shell=busybox
+
+case "$PKG_NAME" in #luajit2 use build number at -v but releases are named by date
+luajit2)
+       exit 0
+       ;;
+
+*)
+       echo "Untested package: $PKG_NAME" >&2
+       exit 1
+       ;;
+esac
git clone https://git.99rst.org/PROJECT