summaryrefslogtreecommitdiff
path: root/homebrew/zinc/.beer
blob: fbbbf9ddd90173867e4294afa5b82502c60bc158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Zinc",
    "description": "Stand-alone version of sbt",
    "url": "https://downloads.typesafe.com/zinc/0.3.15/zinc-0.3.15.tgz",
    "mirror": null,
    "homepage": "https://github.com/typesafehub/zinc",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm_f Dir[\"bin/ng/{linux,win}*\"]",
        "libexec.install Dir[\"*\"]",
        "bin.install_symlink libexec/\"bin/zinc\""
    ],
    "version": "0.3.15",
    "file": "zinc.rb"
}