summaryrefslogtreecommitdiff
path: root/homebrew/sqtop/.beer
blob: dda42bee6e373cae5f281fdcd2ac37811a740c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Sqtop",
    "description": "Display information about active connections for a Squid proxy",
    "url": "https://github.com/paleg/sqtop/archive/v2015-02-08.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/paleg/sqtop",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2015",
    "file": "sqtop.rb"
}