# # A lightweight programming language designed for extending applications. # # Lua is a powerful, efficient, lightweight, embeddable scripting language. # It supports procedural programming, object-oriented programming, functional # programming, data-driven programming, and data description. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=lua5 pkgversion=5.4.4 arch=amd64 release=1 pkgcategory="lua" full_pkgname=lua5_5.4.4_amd64-1@lua blurb="A lightweight programming language designed for extending applications." homepage="https://www.lua.org/" license="MIT License" fetch="https://www.lua.org/ftp/lua-5.4.4.tar.gz" replace=""