# luajit - Just-in-time Lua compiler
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=luajit
version=2.1.1748459687
release=1
desc="Just-in-time Lua compiler"
url="https://luajit.org/"
license="MIT"
depend="glibc"
makedepend=""
source="https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.1748459687.tar.gz"
sha256="SKIP"

build() {
	cd "luajit-2.1.1748459687"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "luajit-2.1.1748459687"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
