summaryrefslogtreecommitdiff
path: root/homebrew/azurestoragecpp/.beer
blob: 42facc76b5305fb3f71364bf55d8a90286c51e49 (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
{
    "name": "AzureStorageCpp",
    "description": "Microsoft Azure Storage Client Library for C++",
    "url": "https://github.com/Azure/azure-storage-cpp/archive/v6.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://azure.github.io/azure-storage-cpp",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "cpprestsdk",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "ossp-uuid",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \"Microsoft.WindowsAzure.Storage\",",
        "\"-DBUILD_SAMPLES=OFF\",",
        "\"-DBUILD_TESTS=OFF\",",
        "*std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "6.0.0",
    "file": "azure-storage-cpp.rb"
}