summaryrefslogtreecommitdiff
path: root/homebrew/flasm/.beer
blob: f70cc090b8078945c57d87c82e0bb1d07749e199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Flasm",
    "description": "Flash command-line assembler and disassembler",
    "url": "http://www.nowrap.de/download/flasm16src.zip",
    "mirror": null,
    "homepage": "http://www.nowrap.de/flasm.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
        "bin.install \"flasm\""
    ],
    "version": "16",
    "file": "flasm.rb"
}