mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
367 B
Makefile
13 lines
367 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|