summaryrefslogtreecommitdiff
path: root/homebrew/feedgnuplot/.beer
blob: 2dfb22ebceeb3d06d61f492739870b700bd4a1fc (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
{
    "name": "Feedgnuplot",
    "description": "Tool to plot realtime and stored data from the command-line",
    "url": "https://github.com/dkogan/feedgnuplot/archive/v1.51.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/dkogan/feedgnuplot",
    "depends": [
        {
            "depend": "gnuplot",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"perl\", \"Makefile.PL\", \"prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "bash_completion.install \"completions/bash/feedgnuplot\"",
        "zsh_completion.install \"completions/zsh/_feedgnuplot\""
    ],
    "version": "1.51",
    "file": "feedgnuplot.rb"
}