summaryrefslogtreecommitdiff
path: root/homebrew/boxes/.beer
blob: 5991112dcd09433e75bde6b4246245d4535fcb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Boxes",
    "description": "Draw boxes around text",
    "url": "https://github.com/ascii-boxes/boxes/archive/v1.3.tar.gz",
    "mirror": null,
    "homepage": "https://boxes.thomasjensen.com/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"GLOBALCONF=#{share}/boxes-config\", \"CC=#{ENV.cc}\"",
        "bin.install \"src/boxes\"",
        "man1.install \"doc/boxes.1\"",
        "share.install \"boxes-config\""
    ],
    "version": "1.3",
    "file": "boxes.rb"
}