summaryrefslogtreecommitdiff
path: root/homebrew/fish/.beer
blob: 09fd86aa3bef7d8d8f6ab4eed931a0ff18e5119d (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
{
    "name": "Fish",
    "description": "User-friendly command-line shell for UNIX-like operating systems",
    "url": "https://github.com/fish-shell/fish-shell/releases/download/3.0.2/fish-3.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://fishshell.com",
    "depends": [
        {
            "depend": "sphinx-doc",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pcre2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(pkgshare/\"vendor_functions.d\").mkpath",
        "(pkgshare/\"vendor_completions.d\").mkpath",
        "(pkgshare/\"vendor_conf.d\").mkpath"
    ],
    "version": "3.0.2",
    "file": "fish.rb"
}