summaryrefslogtreecommitdiff
path: root/homebrew/luajit/.beer
blob: c482ecd2203faab7e6c0156706a74225309c5ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Luajit",
    "description": "Just-In-Time Compiler (JIT) for the Lua programming language",
    "url": "https://luajit.org/download/LuaJIT-2.0.5.tar.gz",
    "mirror": null,
    "homepage": "https://luajit.org/luajit.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"src/Makefile\" do |f|",
        "f.change_make_var! \"CC\", ENV.cc",
        "f.change_make_var! \"CCOPT_x86\", \"\""
    ],
    "version": "2.0.5",
    "file": "luajit.rb"
}