diff --git a/lua/recipe.spec b/lua/recipe.spec new file mode 100644 index 0000000..2b36900 --- /dev/null +++ b/lua/recipe.spec @@ -0,0 +1,12 @@ +name: lua +version: 5.3.5 +release: 1 +sources: https://www.lua.org/ftp/lua-%{version}.tar.gz + +@build + cd %{name}-%{version} + make LDFLAGS=-lncursesw linux DESTDIR=%{pkg} + +@install + cd %{name}-%{version} + make install INSTALL_TOP=%{pkg}