summaryrefslogtreecommitdiff
path: root/homebrew/dps8m/.beer
blob: bad4c87d8e9f416a1579efe7c2f9561a4ea6f897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Dps8m",
    "description": "Simulator for the Multics dps-8/m mainframe",
    "url": "https://downloads.sourceforge.net/project/dps8m/Release%201.0/source.tgz",
    "mirror": null,
    "homepage": "https://ringzero.wikidot.com",
    "depends": [
        {
            "depend": "libuv",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.mkpath",
        "system \"make\", \"INSTALL_ROOT=#{prefix}\", \"install\""
    ],
    "version": "201.0",
    "file": "dps8m.rb"
}