summaryrefslogtreecommitdiff
path: root/homebrew/cmatrix/.beer
blob: 239cbd8cde687ba1feb52af3ceb85b480bc5428f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Cmatrix",
    "description": "Console Matrix",
    "url": "https://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz",
    "mirror": "https://mirrors.kernel.org/debian/pool/main/c/cmatrix/cmatrix_1.2a.orig.tar.gz",
    "homepage": "https://www.asty.org/cmatrix/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2",
    "file": "cmatrix.rb"
}