summaryrefslogtreecommitdiff
path: root/homebrew/ck/.beer
blob: 3160cefc6fe99307109314693f7035eb18cec979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Ck",
    "description": "Concurrency primitives and non-blocking data structures library",
    "url": "http://concurrencykit.org/releases/ck-0.6.0.tar.gz",
    "mirror": null,
    "homepage": "http://concurrencykit.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.6.0",
    "file": "ck.rb"
}