summaryrefslogtreecommitdiff
path: root/homebrew/jthread/.beer
blob: e0be0afd76e7655343cefedb4520813dff11c8c2 (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": "Jthread",
    "description": "C++ class to make use of threads easy",
    "url": "https://research.edm.uhasselt.be/jori/jthread/jthread-1.3.3.tar.bz2",
    "mirror": null,
    "homepage": "https://research.edm.uhasselt.be/jori/jthread",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.3.3",
    "file": "jthread.rb"
}