mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
8 lines
316 B
Bash
8 lines
316 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Just-In-Time compiler for Lua - command line tool"
|
|
# shellcheck disable=SC2031 # We're getting the minor version out of the build.sh
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
bin/luajit
|
|
share/man/man1
|
|
share/luajit-$(. "$TERMUX_SCRIPTDIR/packages/libluajit/build.sh"; echo "${TERMUX_PKG_VERSION:2:3}")/jit
|
|
"
|