summaryrefslogtreecommitdiff
path: root/homebrew/elixir/.beer
blob: 5dfa84b9dec0fd47ef9d2d6421707727504c2dff (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
{
    "name": "Elixir",
    "description": "Functional metaprogramming aware language built on Erlang VM",
    "url": "https://github.com/elixir-lang/elixir/archive/v1.8.1.tar.gz",
    "mirror": null,
    "homepage": "https://elixir-lang.org/",
    "depends": [
        {
            "depend": "erlang",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install Dir[\"bin/*\"] - Dir[\"bin/*.{bat,ps1}\"]",
        "Dir.glob(\"lib/*/ebin\") do |path|",
        "app = File.basename(File.dirname(path))",
        "(lib/app).install path"
    ],
    "version": "1.8.1",
    "file": "elixir.rb"
}