mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
+lua.org (#20)
This commit is contained in:
parent
56a106427b
commit
7670731751
1 changed files with 25 additions and 0 deletions
25
projects/lua.org/package.yml
Normal file
25
projects/lua.org/package.yml
Normal 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
|
Loading…
Reference in a new issue