summaryrefslogtreecommitdiff
path: root/homebrew/mkhexgrid/.beer
blob: e7036667f8ceafd17af7a39057c207334db4a7ff (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": "Mkhexgrid",
    "description": "Fully-configurable hex grid generator",
    "url": "http://www.nomic.net/~uckelman/mkhexgrid/releases/mkhexgrid-0.1.1.src.tar.bz2",
    "mirror": null,
    "homepage": "http://www.nomic.net/~uckelman/mkhexgrid/",
    "depends": [
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "gd",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile\" do |s|",
        "s.change_make_var! \"DESTDIR\", prefix",
        "s.change_make_var! \"CC\", ENV.cc",
        "s.gsub! \"-o 0 -g 0\", \"\""
    ],
    "version": "0.1.1",
    "file": "mkhexgrid.rb"
}