summaryrefslogtreecommitdiff
path: root/homebrew/colorcode/.beer
blob: 4c3bfd542dd224f3fac06caec2c18d3b911496ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "ColorCode",
    "description": "Free advanced MasterMind clone",
    "url": "http://colorcode.laebisch.com/download/ColorCode-0.8.5.tar.gz",
    "mirror": null,
    "homepage": "http://colorcode.laebisch.com/",
    "depends": [
        {
            "depend": "qt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"qmake\"",
        "system \"make\"",
        "prefix.install \"ColorCode.app\"",
        "bin.write_exec_script \"#{prefix}/ColorCode.app/Contents/MacOS/colorcode\""
    ],
    "version": "0.8.5",
    "file": "color-code.rb"
}