pantry/projects/lua.org/package.yml
James Reynolds 745da57c85 Small change
2022-12-01 12:42:59 -05:00

30 lines
430 B
YAML

distributable:
url: http://www.lua.org/ftp/lua-{{version}}.tar.gz
strip-components: 1
versions:
- 5.4.4
provides:
- bin/lua
- bin/luac
interprets:
extensions: lua
args: lua
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
make all INSTALL_TOP={{prefix}}
make install INSTALL_TOP={{prefix}}
make test
test:
script: |
lua -v
lua -e 'print("Hello World!")'