summaryrefslogtreecommitdiff
path: root/homebrew/libssh/.beer
blob: c04cb87d8e9c9bbe395c3f93bf3f983efc00a06e (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
{
    "name": "Libssh",
    "description": "C library SSHv1/SSHv2 client and server protocols",
    "url": "https://www.libssh.org/files/0.8/libssh-0.8.7.tar.xz",
    "mirror": null,
    "homepage": "https://www.libssh.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DWITH_STATIC_LIB=ON\",",
        "\"-DWITH_SYMBOL_VERSIONING=OFF\",",
        "*std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "0.8.7",
    "file": "libssh.rb"
}