summaryrefslogtreecommitdiff
path: root/homebrew/rubybuild/.beer
blob: 2aae3e5c0b74e5615c10f01eecf07815f95142ab (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
{
    "name": "RubyBuild",
    "description": "Install various Ruby versions and implementations",
    "url": "https://github.com/rbenv/ruby-build/archive/v20190423.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rbenv/ruby-build",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pkg-config",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "system \"./install.sh\""
    ],
    "version": "20190423",
    "file": "ruby-build.rb"
}