mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-05 15:13:51 -09:00
for changelog, see: https://github.com/luarocks/argparse/blob/0.7.2/CHANGELOG.md Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
367 B
Makefile
13 lines
367 B
Makefile
################################################################################
|
|
#
|
|
# lua-argparse
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ARGPARSE_VERSION = 0.7.2-1
|
|
LUA_ARGPARSE_NAME_UPSTREAM = argparse
|
|
LUA_ARGPARSE_LICENSE = MIT
|
|
LUA_ARGPARSE_LICENSE_FILES = $(LUA_ARGPARSE_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|