summaryrefslogtreecommitdiff
path: root/homebrew/globjects/.beer
blob: 8f197fe7afcf4f310210548960593b4e34fce25d (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
{
    "name": "Globjects",
    "description": "C++ library strictly wrapping OpenGL objects",
    "url": "https://github.com/cginternals/globjects/archive/v1.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/cginternals/globjects",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "glbinding",
            "build-depend": false
        },
        {
            "depend": "glm",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"cmake\", \".\", \"-Dglbinding_DIR=#{Formula[\"glbinding\"].opt_prefix}\", *std_cmake_args",
        "system \"cmake\", \"--build\", \".\", \"--target\", \"install\""
    ],
    "version": "1.1.0",
    "file": "globjects.rb"
}