aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/legacyexternalcommand-0.1-1.rockspec
blob: 47bcbb0c07d18558fc0833e5f19b7097f754e7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package = "legacyexternalcommand"
version = "0.1-1"
source = {
   url = "http://localhost:8080/file/legacyexternalcommand.lua"
}
description = {
   summary = "an external command with legacy arg parsing",
}
dependencies = {
   "lua >= 5.1"
}
build = {
   type = "builtin",
   modules = {
      ["luarocks.cmd.external.legacyexternalcommand"] = "legacyexternalcommand.lua",
   }
}