summaryrefslogtreecommitdiff
path: root/homebrew/neovim/.beer
blob: 034879ccf5c9d18a7414643128e84edfe218cc0a (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
    "name": "Neovim",
    "description": "Ambitious Vim-fork focused on extensibility and agility",
    "url": "https://github.com/neovim/neovim/archive/v0.3.4.tar.gz",
    "mirror": null,
    "homepage": "https://neovim.io/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "lua@5.1",
            "build-depend": true
        },
        {
            "depend": "luarocks",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "jemalloc",
            "build-depend": false
        },
        {
            "depend": "libtermkey",
            "build-depend": false
        },
        {
            "depend": "libuv",
            "build-depend": false
        },
        {
            "depend": "libvterm",
            "build-depend": false
        },
        {
            "depend": "luajit",
            "build-depend": false
        },
        {
            "depend": "msgpack",
            "build-depend": false
        },
        {
            "depend": "unibilium",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "lpeg",
            "url": "https://luarocks.org/manifests/gvvaughan/lpeg-1.0.1-1.src.rock"
        },
        {
            "name": "mpack",
            "url": "https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz"
        },
        {
            "name": "inspect",
            "url": "https://luarocks.org/manifests/kikito/inspect-3.1.1-0.src.rock"
        },
        {
            "name": "luabitop-rockspec",
            "url": "https://luarocks.org/manifests/luarocks/luabitop-1.0.2-3.rockspec"
        },
        {
            "name": "luabitop",
            "url": "https://github.com/LuaDist/luabitop/archive/1.0.2.tar.gz"
        },
        {
            "name": "luafilesystem",
            "url": "https://luarocks.org/luafilesystem-1.7.0-2.src.rock"
        },
        {
            "name": "penlight",
            "url": "https://stevedonovan.github.io/files/penlight-1.5.4.zip"
        },
        {
            "name": "lua_cliargs",
            "url": "https://luarocks.org/lua_cliargs-3.0-1.src.rock"
        },
        {
            "name": "lua-term",
            "url": "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz"
        },
        {
            "name": "luasystem",
            "url": "https://luarocks.org/luasystem-0.2.1-0.src.rock"
        },
        {
            "name": "dkjson",
            "url": "https://luarocks.org/dkjson-2.5-2.src.rock"
        },
        {
            "name": "say",
            "url": "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz"
        },
        {
            "name": "luassert",
            "url": "https://github.com/Olivine-Labs/luassert/archive/v1.7.10.tar.gz"
        },
        {
            "name": "mediator_lua",
            "url": "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz"
        },
        {
            "name": "busted",
            "url": "https://github.com/Olivine-Labs/busted/archive/v2.0.rc12-1.tar.gz"
        },
        {
            "name": "luacheck",
            "url": "https://luarocks.org/manifests/mpeterv/luacheck-0.21.2-1.src.rock"
        },
        {
            "name": "luv",
            "url": "https://luarocks.org/luv-1.9.1-1.src.rock"
        },
        {
            "name": "coxpcall",
            "url": "https://luarocks.org/coxpcall-1.17.0-1.src.rock"
        },
        {
            "name": "nvim-client",
            "url": "https://github.com/neovim/lua-client/archive/0.1.0-1.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resources.each do |r|",
        "r.stage(buildpath/\"deps-build/build/src/#{r.name}\")"
    ],
    "version": "0.3.4",
    "file": "neovim.rb"
}