summaryrefslogtreecommitdiff
path: root/homebrew/tundra/.beer
blob: 993d53209b4cc506f365bc59053526f75027001a (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": "Tundra",
    "description": "Code build system that tries to be fast for incremental builds",
    "url": "https://github.com/deplinenoise/tundra/archive/v2.08.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/deplinenoise/tundra",
    "depends": [],
    "resource": [
        {
            "name": "gtest",
            "url": "https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "(buildpath/\"unittest/googletest\").install resource(\"gtest\")",
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "2.08",
    "file": "tundra.rb"
}