summaryrefslogtreecommitdiff
path: root/homebrew/cppi/.beer
blob: 3e02eee166f114e4c0376a2d01b1b52a8f4811d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Cppi",
    "description": "Indent C preprocessor directives to reflect their nesting",
    "url": "https://ftp.gnu.org/gnu/cppi/cppi-1.18.tar.xz",
    "mirror": "https://ftpmirror.gnu.org/cppi/cppi-1.18.tar.xz",
    "homepage": "https://www.gnu.org/software/cppi/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "1.18",
    "file": "cppi.rb"
}