summaryrefslogtreecommitdiff
path: root/homebrew/ansiweather/.beer
blob: ccf93b1f4cd9b5f15701d6d1e9dc5933ee1b0a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Ansiweather",
    "description": "Weather in your terminal, with ANSI colors and Unicode symbols",
    "url": "https://github.com/fcambus/ansiweather/archive/1.13.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/fcambus/ansiweather",
    "depends": [
        {
            "depend": "jq",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"ansiweather\""
    ],
    "version": "1.13.0",
    "file": "ansiweather.rb"
}