summaryrefslogtreecommitdiff
path: root/homebrew/fossil/.beer
blob: df9312b54025214cfa2a55abd5c9f2e8d9811b11 (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
32
33
{
    "name": "Fossil",
    "description": "Distributed software configuration management",
    "url": "https://www.fossil-scm.org/index.html/uv/fossil-src-2.8.tar.gz",
    "mirror": null,
    "homepage": "https://www.fossil-scm.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = [",
        "\"--with-tcl-private-stubs=1\",",
        "\"--json\",",
        "\"--disable-fusefs\",",
        "]",
        "if MacOS.sdk_path_if_needed",
        "args << \"--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework\"",
        "else",
        "args << \"--with-tcl-stubs\"",
        "end",
        "system \"./configure\", *args",
        "system \"make\"",
        "bin.install \"fossil\""
    ],
    "version": "2.8",
    "file": "fossil.rb"
}