mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/lua-argparse: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fbf939b03a
commit
e70abe9716
12
package/lua-argparse/lua-argparse.mk
Normal file
12
package/lua-argparse/lua-argparse.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-argparse
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_ARGPARSE_VERSION = 0.7.1-1
|
||||
LUA_ARGPARSE_NAME_UPSTREAM = argparse
|
||||
LUA_ARGPARSE_LICENSE = MIT
|
||||
LUA_ARGPARSE_LICENSE_FILES = $(LUA_ARGPARSE_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user