summaryrefslogtreecommitdiff
path: root/homebrew/leiningen/.beer
blob: 7378cf760b3f6fbd6dc9a3e5efb35b09575069c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Leiningen",
    "description": "Build tool for Clojure",
    "url": "https://github.com/technomancy/leiningen/archive/2.9.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/technomancy/leiningen",
    "depends": [],
    "resource": [
        {
            "name": "jar",
            "url": "https://github.com/technomancy/leiningen/releases/download/2.9.1/leiningen-2.9.1-standalone.zip"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "jar = \"leiningen-#{version}-standalone.jar\"",
        "resource(\"jar\").stage do",
        "libexec.install \"leiningen-#{version}-standalone.zip\" => jar"
    ],
    "version": "2.9.1",
    "file": "leiningen.rb"
}