# lua - The Lua interpreter
# 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=lua
version=5.5.0
release=1
desc="The Lua interpreter"
url="https://lua.org/"
license="MIT"
depend="glibc libedit"
makedepend=""
source="https://www.lua.org/ftp/lua-5.5.0.tar.gz"
sha256="SKIP"

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

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