summaryrefslogtreecommitdiff
path: root/homebrew/tldr/.beer
blob: e561ca68a92025e6e8bd55757de2a76568a6e816 (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
{
    "name": "Tldr",
    "description": "Simplified and community-driven man pages",
    "url": "https://github.com/tldr-pages/tldr-cpp-client/archive/v1.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://tldr.sh/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libzip",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "tealdeer",
            "reason": "both install `tldr` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\", \"install\""
    ],
    "version": "1.3.0",
    "file": "tldr.rb"
}