summaryrefslogtreecommitdiff
path: root/homebrew/csup/.beer
blob: 6bb6753856d367948e7e35f58a19fd7c650391a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Csup",
    "description": "Rewrite of CVSup in C",
    "url": "https://bitbucket.org/mux/csup/get/REL_20120305.tar.gz",
    "mirror": null,
    "homepage": "https://bitbucket.org/mux/csup",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"csup\"",
        "man1.install \"csup.1\""
    ],
    "version": "20120305",
    "file": "csup.rb"
}