summaryrefslogtreecommitdiff
path: root/homebrew/gearman/.beer
blob: d9b16d571dfa88348f13bfa4a30d71513e45ab8a (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
33
34
35
36
37
38
39
40
{
    "name": "Gearman",
    "description": "Application framework to farm out work to other machines or processes",
    "url": "https://github.com/gearman/gearmand/releases/download/1.1.18/gearmand-1.1.18.tar.gz",
    "mirror": null,
    "homepage": "http://gearman.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "sphinx-doc",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "libevent",
            "build-depend": false
        },
        {
            "depend": "libmemcached",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.delete(\"SDKROOT\") if DevelopmentTools.clang_build_version >= 900",
        "Dir[\"tests/**/*.cc\", \"libtest/main.cc\"].each do |test_file|",
        "next unless /std::unique_ptr/ =~ File.read(test_file)",
        "inreplace test_file, \"std::unique_ptr\", \"std::auto_ptr\""
    ],
    "version": "1.1.18",
    "file": "gearman.rb"
}