forked from 3scale/APIcast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapicast-scm-1.rockspec
More file actions
43 lines (43 loc) · 961 Bytes
/
Copy pathapicast-scm-1.rockspec
File metadata and controls
43 lines (43 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
package = "apicast"
version = "scm-1"
source = {
url = "git+https://github.com/3scale/apicast.git",
branch = 'master'
}
description = {
detailed = "3scale API Gateway",
homepage = "https://github.com/3scale/apicast",
license = "Apache License 2.0"
}
dependencies = {
'lua-resty-http == 0.17.1',
'inspect',
'lyaml',
'router',
'lua-resty-jwt == 0.2.4',
'lua-resty-url',
'lua-resty-env',
'lua-resty-execvp',
'liquid == 0.2.1',
'argparse',
'penlight == 1.15.0',
'nginx-lua-prometheus == 0.20220527',
'lua-resty-jit-uuid',
'lua-resty-ipmatcher',
'lua-resty-openssl == 1.7.1'
}
build = {
type = "make",
makefile = 'gateway/Makefile',
build_pass = false,
build_variables = {
CFLAGS='$(CFLAGS)'
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}