summaryrefslogtreecommitdiff
path: root/homebrew/ckermit/.beer
blob: c7a3480b80e03ff0e0a91b291ecb831797cc2589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "CKermit",
    "description": "Scriptable network and serial communication for UNIX and VMS",
    "url": "http://www.kermitproject.org/ftp/kermit/archives/cku302.tar.gz",
    "mirror": null,
    "homepage": "http://www.kermitproject.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"macosx\"",
        "man1.mkpath",
        "system \"make\", \"prefix=#{prefix}\", \"manroot=#{share}\", \"install\""
    ],
    "version": "302",
    "file": "c-kermit.rb"
}