summaryrefslogtreecommitdiff
path: root/homebrew/cpptest/.beer
blob: 3f9c98c619e968eb0e71492a3db8fa04fcc1ec88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Cpptest",
    "description": "Unit testing framework handling automated tests in C++",
    "url": "https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz",
    "mirror": null,
    "homepage": "https://cpptest.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.2",
    "file": "cpptest.rb"
}