summaryrefslogtreecommitdiff
path: root/homebrew/dasht/.beer
blob: d26822980a9fab86407790cb377b86f0a7ec0a7e (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
26
27
28
29
30
31
32
33
34
{
    "name": "Dasht",
    "description": "Search API docs offline, in your terminal or browser",
    "url": "https://github.com/sunaku/dasht/archive/v2.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://sunaku.github.io/dasht",
    "depends": [
        {
            "depend": "socat",
            "build-depend": false
        },
        {
            "depend": "sqlite",
            "build-depend": false
        },
        {
            "depend": "w3m",
            "build-depend": false
        },
        {
            "depend": "wget",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install Dir[\"bin/*\"]",
        "man.install \"man/man1\""
    ],
    "version": "2.3.0",
    "file": "dasht.rb"
}