mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
25 lines
379 B
YAML
25 lines
379 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
|
||
|
|
||
|
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
|