summaryrefslogtreecommitdiff
path: root/homebrew/unittestcpp/.beer
blob: ef44b93f4e3056a975efb443ca640d42e16d4e63 (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
{
    "name": "UnittestCpp",
    "description": "Unit testing framework for C++",
    "url": "https://github.com/unittest-cpp/unittest-cpp/releases/download/v2.0.0/unittest-cpp-2.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/unittest-cpp/unittest-cpp",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fvi\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-silent-rules\"",
        "system \"make\", \"install\""
    ],
    "version": "2.0.0",
    "file": "unittest-cpp.rb"
}