initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_ARGPARSE
|
||||
bool "argparse"
|
||||
help
|
||||
Argparse is a feature-rich command line parser for Lua
|
||||
inspired by argparse for Python. Argparse supports
|
||||
positional arguments, options, flags, optional arguments,
|
||||
subcommands and more. Argparse automatically generates
|
||||
usage, help and error messages.
|
||||
|
||||
https://github.com/luarocks/argparse
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 ea30d0643586a20aeb6349ca8cb7db63aefc21d9aa007c7b7168a7c564817879 argparse-0.7.1-1.src.rock
|
||||
sha256 9a918f21485b2a4529c901491d9101392f03586d65ad5b024a4445ebc1dc37b4 argparse-0.7.1/LICENSE
|
||||
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# argparse
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ARGPARSE_VERSION = 0.7.1-1
|
||||
ARGPARSE_LICENSE = MIT
|
||||
ARGPARSE_LICENSE_FILES = $(ARGPARSE_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user