summaryrefslogtreecommitdiff
path: root/homebrew/cc65/.beer
blob: 4eaff6bf2efa7e9f5974587952a6a77f39d5370f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Cc65",
    "description": "6502 C compiler",
    "url": "https://github.com/cc65/cc65/archive/V2.17.tar.gz",
    "mirror": null,
    "homepage": "https://cc65.github.io/cc65/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "grc",
            "reason": "both install `grc` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "2.17",
    "file": "cc65.rb"
}