summaryrefslogtreecommitdiff
path: root/homebrew/speedtestcli/.beer
blob: 9b0032ea2cd86a3e08c961f2e2fbc91a5907db07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "SpeedtestCli",
    "description": "Command-line interface for https://speedtest.net bandwidth tests",
    "url": "https://github.com/sivel/speedtest-cli/archive/v2.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/sivel/speedtest-cli",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"speedtest.py\" => \"speedtest\"",
        "bin.install_symlink \"speedtest\" => \"speedtest-cli\"",
        "man1.install \"speedtest-cli.1\""
    ],
    "version": "2.1.1",
    "file": "speedtest-cli.rb"
}