summaryrefslogtreecommitdiff
path: root/homebrew/fruit/.beer
blob: 84a19c62ac000519100c7847df804971c7bb83e7 (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": "Fruit",
    "description": "Dependency injection framework for C++",
    "url": "https://github.com/google/fruit/archive/v3.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/google/fruit/wiki",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", \"-DFRUIT_USES_BOOST=False\", *std_cmake_args",
        "system \"make\", \"install\"",
        "pkgshare.install \"examples/hello_world/main.cpp\""
    ],
    "version": "3.4.0",
    "file": "fruit.rb"
}