mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
update URLs to point at luarocks fork
This commit is contained in:
20
argparse-scm-2.rockspec
Normal file
20
argparse-scm-2.rockspec
Normal file
@@ -0,0 +1,20 @@
|
||||
package = "argparse"
|
||||
version = "scm-2"
|
||||
source = {
|
||||
url = "git+https://github.com/luarocks/argparse.git"
|
||||
}
|
||||
description = {
|
||||
summary = "A feature-rich command-line argument parser",
|
||||
detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.",
|
||||
homepage = "https://github.com/luarocks/argparse",
|
||||
license = "MIT"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.4"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
argparse = "src/argparse.lua"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user