summaryrefslogtreecommitdiff
path: root/homebrew/curlopenssl/.beer
blob: 196f97c9e8c24beaf091f5664a10a8f108e3647f (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "name": "CurlOpenssl",
    "description": "Get a file from an HTTP, HTTPS or FTP server",
    "url": "https://curl.haxx.se/download/curl-7.64.1.tar.bz2",
    "mirror": null,
    "homepage": "https://curl.haxx.se/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "brotli",
            "build-depend": false
        },
        {
            "depend": "c-ares",
            "build-depend": false
        },
        {
            "depend": "libidn",
            "build-depend": false
        },
        {
            "depend": "libmetalink",
            "build-depend": false
        },
        {
            "depend": "libssh2",
            "build-depend": false
        },
        {
            "depend": "nghttp2",
            "build-depend": false
        },
        {
            "depend": "openldap",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "rtmpdump",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./buildconf\" if build.head?",
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--prefix=#{prefix}",
        "--enable-ares=#{Formula[\"c-ares\"].opt_prefix}",
        "--with-ca-bundle=#{etc}/openssl/cert.pem",
        "--with-ca-path=#{etc}/openssl/certs",
        "--with-gssapi",
        "--with-libidn2",
        "--with-libmetalink",
        "--with-librtmp",
        "--with-libssh2",
        "--with-ssl=#{Formula[\"openssl\"].opt_prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "libexec.install \"lib/mk-ca-bundle.pl\""
    ],
    "version": "7.64.1",
    "file": "curl-openssl.rb"
}