mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
12 lines
309 B
Makefile
12 lines
309 B
Makefile
################################################################################
|
|
#
|
|
# argparse
|
|
#
|
|
################################################################################
|
|
|
|
ARGPARSE_VERSION = 0.7.1-1
|
|
ARGPARSE_LICENSE = MIT
|
|
ARGPARSE_LICENSE_FILES = $(ARGPARSE_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|