From 2154076eae826fd3c239bc18d755081f7c01e723 Mon Sep 17 00:00:00 2001
From: Philippe PITTOLI
Date: Sat, 17 Aug 2019 22:02:30 +0200
Subject: [PATCH] lua
---
lua/recipe.spec | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 lua/recipe.spec
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}