+lua.org (#20)

This commit is contained in:
James Reynolds 2022-11-22 08:42:44 -07:00 committed by GitHub
parent 56a106427b
commit 7670731751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,25 @@
distributable:
url: http://www.lua.org/ftp/lua-{{version}}.tar.gz
strip-components: 1
versions:
- 5.4.4
provides:
- bin/lua
- bin/luac
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
working-directory: build