summaryrefslogtreecommitdiff
path: root/homebrew/cbmbasic/.beer
blob: ff4956361574b8a21d2bb470dfdaa97196ace085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Cbmbasic",
    "description": "Commodore BASIC V2 as a scripting language",
    "url": "https://downloads.sourceforge.net/project/cbmbasic/cbmbasic/1.0/cbmbasic-1.0.tgz",
    "mirror": null,
    "homepage": "https://github.com/mist64/cbmbasic",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CFLAGS=#{ENV.cflags}\", \"LDFLAGS=#{ENV.ldflags}\"",
        "bin.install \"cbmbasic\""
    ],
    "version": "1.0",
    "file": "cbmbasic.rb"
}