summaryrefslogtreecommitdiff
path: root/homebrew/picat/.beer
blob: d0bd815a04a34e4263559861ee6e5f3dd890e001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Picat",
    "description": "Simple, and yet powerful, logic-based multi-paradigm programming language",
    "url": "http://picat-lang.org/download/picat26_src.tar.gz",
    "mirror": null,
    "homepage": "http://picat-lang.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"emu/Makefile.picat.mac64\", \"/usr/local/bin/gcc\", \"gcc\"",
        "system \"make\", \"-C\", \"emu\", \"-f\", \"Makefile.picat.mac64\"",
        "bin.install \"emu/picat_macx\" => \"picat\"",
        "prefix.install \"lib\" => \"pi_lib\"",
        "doc.install Dir[\"doc/*\"]",
        "pkgshare.install \"exs\""
    ],
    "version": "26",
    "file": "picat.rb"
}