1#!/bin/bash ../.port_include.sh 2port=lua 3version=5.3.5 4files="http://www.lua.org/ftp/lua-5.3.5.tar.gz lua-5.3.5.tar.gz 4f4b4f323fd3514a68e0ab3da8ce3455" 5makeopts="-j$(nproc) generic" 6installopts="INSTALL_TOP=$SERENITY_ROOT/Root/"