summaryrefslogtreecommitdiff
path: root/homebrew/tmuxmemcpuload/.beer
blob: a81d686f25a908d2cbcd957c85cfa85e945c503a (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": "TmuxMemCpuLoad",
    "description": "CPU, RAM memory, and load monitor for use with tmux",
    "url": "https://github.com/thewtex/tmux-mem-cpu-load/archive/v3.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/thewtex/tmux-mem-cpu-load",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "3.4.0",
    "file": "tmux-mem-cpu-load.rb"
}