summaryrefslogtreecommitdiff
path: root/homebrew/jerm/.beer
blob: bb966720567fe4cb38624f69f96264b838f68e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Jerm",
    "description": "Communication terminal through serial and TCP/IP interfaces",
    "url": "https://web.archive.org/web/20160719014241/bsddiary.net/jerm/jerm-8096.tar.gz",
    "mirror": "https://dotsrc.dl.osdn.net/osdn/fablib/62057/jerm-8096.tar.gz",
    "homepage": "https://web.archive.org/web/20160719014241/bsddiary.net/jerm/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"all\"",
        "bin.install %w[jerm tiocdtr]",
        "man1.install Dir[\"*.1\"]"
    ],
    "version": "8096",
    "file": "jerm.rb"
}