summaryrefslogtreecommitdiff
path: root/homebrew/qcachegrind/.beer
blob: 0a7fe1c7411f733d622cfaf93dad97de335ab4ad (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
26
27
28
29
30
{
    "name": "Qcachegrind",
    "description": "Visualize data generated by Cachegrind and Calltree",
    "url": "https://download.kde.org/stable/applications/18.04.3/src/kcachegrind-18.04.3.tar.xz",
    "mirror": null,
    "homepage": "https://kcachegrind.github.io/",
    "depends": [
        {
            "depend": "graphviz",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"qcachegrind\" do",
        "system \"#{Formula[\"qt\"].opt_bin}/qmake\", \"-spec\", \"macx-clang\",",
        "\"-config\", \"release\"",
        "system \"make\"",
        "prefix.install \"qcachegrind.app\"",
        "bin.install_symlink prefix/\"qcachegrind.app/Contents/MacOS/qcachegrind\""
    ],
    "version": "18.04.3",
    "file": "qcachegrind.rb"
}