summaryrefslogtreecommitdiff
path: root/homebrew/catimg/.beer
blob: 5439f719fd63ec5e8c2b3db1a6df5cf28dcff4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Catimg",
    "description": "Insanely fast image printing in your terminal",
    "url": "https://github.com/posva/catimg/archive/2.5.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/posva/catimg",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \"-DMAN_OUTPUT_PATH=#{man1}\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.5.0",
    "file": "catimg.rb"
}