mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
Update scm rockspec
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package = "argparse"
|
package = "argparse"
|
||||||
version = "scm-1"
|
version = "scm-1"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/mpeterv/argparse.git"
|
url = "git+https://github.com/mpeterv/argparse.git"
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "A feature-rich command-line argument parser",
|
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. ",
|
detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.",
|
||||||
homepage = "https://github.com/mpeterv/argparse",
|
homepage = "https://github.com/mpeterv/argparse",
|
||||||
license = "MIT/X11"
|
license = "MIT"
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1, < 5.4"
|
"lua >= 5.1, < 5.4"
|
||||||
@@ -16,6 +16,5 @@ build = {
|
|||||||
type = "builtin",
|
type = "builtin",
|
||||||
modules = {
|
modules = {
|
||||||
argparse = "src/argparse.lua"
|
argparse = "src/argparse.lua"
|
||||||
},
|
}
|
||||||
copy_directories = {"spec"}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user