summaryrefslogtreecommitdiff
path: root/homebrew/lolcode/.beer
blob: caf1fe1f83d95e3f9d49b24d387792aefe6d4e9d (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
25
26
27
28
{
    "name": "Lolcode",
    "description": "Esoteric programming language",
    "url": "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz",
    "mirror": null,
    "homepage": "https://lolcode.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "lci",
            "reason": "both install `lci` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"cmake\", \".\"",
        "system \"make\"",
        "bin.install \"lci\""
    ],
    "version": "0.11.2",
    "file": "lolcode.rb"
}