summaryrefslogtreecommitdiff
path: root/homebrew/mruby/.beer
blob: 915d77e60e9978ed53430fe2df0cb0cc1367e703 (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
{
    "name": "Mruby",
    "description": "Lightweight implementation of the Ruby language",
    "url": "https://github.com/mruby/mruby/archive/2.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://mruby.org/",
    "depends": [
        {
            "depend": "bison",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "cd \"build/host/\" do",
        "lib.install Dir[\"lib/*.a\"]",
        "prefix.install %w[bin mrbgems mrblib]"
    ],
    "version": "2.0.0",
    "file": "mruby.rb"
}