summaryrefslogtreecommitdiff
path: root/homebrew/glslviewer/.beer
blob: 339ec2f96afacd6b7fef69add0e0ac680f54139e (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
{
    "name": "Glslviewer",
    "description": "Live-coding console tool that renders GLSL Shaders",
    "url": "https://github.com/patriciogonzalezvivo/glslViewer/archive/1.5.5.tar.gz",
    "mirror": null,
    "homepage": "http://patriciogonzalezvivo.com/2015/glslViewer/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glfw",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install Dir[\"bin/*\"]"
    ],
    "version": "1.5.5",
    "file": "glslviewer.rb"
}