summaryrefslogtreecommitdiff
path: root/homebrew/prettyping/.beer
blob: 3a67ede1cec98aa35bcabb07e8bf82603ada84a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Prettyping",
    "description": "Wrapper to colorize and simplify ping",
    "url": "https://github.com/denilsonsa/prettyping/archive/v1.0.1.tar.gz",
    "mirror": null,
    "homepage": "https://denilsonsa.github.io/prettyping/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/6ecea23/prettyping/ipv6.patch",
            "strip": "1"
        }
    ],
    "install": [
        "bin.install \"prettyping\""
    ],
    "version": "1.0.1",
    "file": "prettyping.rb"
}