Le 2023-01-24 11:20, Omar Polo a écrit :
On 2023/01/24 10:00:10 +0100, Laurent Cheylus <f...@free.fr> wrote:
I would like to import a new port for devel/lua-argparse, a simple Lua
module for command line parser inspired by argparse for Python.
nitpick: needs NO_TEST=Yes since we don't have busted and could use
PKG_ARCH=*
Thanks Omar for your review of my new port.
Attached a diff to add PKG_ARCH and NO_TEST variables in Makefile
Laurent
diff --git a/devel/lua-argparse/Makefile b/devel/lua-argparse/Makefile
index e028324be..4a260c738 100644
--- a/devel/lua-argparse/Makefile
+++ b/devel/lua-argparse/Makefile
@@ -1,3 +1,5 @@
+PKG_ARCH = *
+
COMMENT = command line parser for Lua
GH_ACCOUNT = luarocks
@@ -19,6 +21,7 @@ FLAVORS = lua52 lua53 lua54
FLAVOR? =
NO_BUILD = Yes
+NO_TEST = Yes
do-install:
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}