summaryrefslogtreecommitdiff
path: root/homebrew/chruby/.beer
blob: d3ba5419931d0b770ad86732d18e72a64dda183e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "Chruby",
    "description": "Ruby environment tool",
    "url": "https://github.com/postmodern/chruby/archive/v0.3.9.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/postmodern/chruby#readme",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.3.9",
    "file": "chruby.rb"
}