diff --git a/projects/lua.org/package.yml b/projects/lua.org/package.yml new file mode 100644 index 00000000..8ace7874 --- /dev/null +++ b/projects/lua.org/package.yml @@ -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 \ No newline at end of file