summaryrefslogtreecommitdiff
path: root/homebrew/seexpr/.beer
blob: c3be127f116b2de4f0316550c6528772cbb3c0f8 (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
29
30
31
32
{
    "name": "Seexpr",
    "description": "Embeddable expression evaluation engine",
    "url": "https://github.com/wdas/SeExpr/archive/v2.11.tar.gz",
    "mirror": null,
    "homepage": "https://www.disneyanimation.com/technology/seexpr.html",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "doxygen",
            "build-depend": true
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"doc\"",
        "system \"make\", \"install\""
    ],
    "version": "2.11",
    "file": "seexpr.rb"
}