mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 12:40:06 +04:00
luajit2: add test-version.sh
luajit2 use build number at -v, but releases are named by date Signed-off-by: Seo Suchan <tjtncks@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
78a0f519d4
commit
c7ca6d46f7
@@ -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
|
||||
Reference in New Issue
Block a user