mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
fixed incompatibility with old LR
This commit is contained in:
@@ -3,6 +3,6 @@ language: c
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get install luarocks
|
- sudo apt-get install luarocks
|
||||||
- sudo luarocks install busted
|
- sudo luarocks install busted
|
||||||
- sudo luarocks make rockspecs/largparse-wip-1.rockspec
|
- sudo luarocks make rockspecs/largparse-lrcompat-1.rockspec
|
||||||
|
|
||||||
script: "busted spec"
|
script: "busted spec"
|
||||||
|
22
rockspecs/largparse-lrcompat-1.rockspec
Normal file
22
rockspecs/largparse-lrcompat-1.rockspec
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
package = "largparse"
|
||||||
|
version = "lrcompat-1"
|
||||||
|
source = {
|
||||||
|
url = "src"
|
||||||
|
}
|
||||||
|
description = {
|
||||||
|
summary = "*** please specify description summary ***",
|
||||||
|
detailed = "*** please enter a detailed description ***",
|
||||||
|
homepage = "*** please enter a project homepage ***",
|
||||||
|
license = "MIT/X11"
|
||||||
|
}
|
||||||
|
dependencies = {
|
||||||
|
"lua >= 5.1, < 5.3"
|
||||||
|
}
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {
|
||||||
|
largparse = "src/largparse.lua",
|
||||||
|
["largparse.state"] = "src/state.lua",
|
||||||
|
["largparse.utils"] = "src/utils.lua"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user