summaryrefslogtreecommitdiff
path: root/homebrew/wdc/.beer
blob: 32570b6fe063396f11e6139ee255fd5317f87c6f (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": "Wdc",
    "description": "WebDAV Client provides easy and convenient to work with WebDAV-servers",
    "url": "https://github.com/designerror/webdav-client-cpp/archive/v1.0.1.tar.gz",
    "mirror": null,
    "homepage": "https://designerror.github.io/webdav-client-cpp",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pugixml",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "pugixml = Formula[\"pugixml\"]",
        "ENV.prepend \"CXXFLAGS\", \"-I#{pugixml.opt_include.children.first}\"",
        "system \"cmake\", \".\", \"-DPUGIXML_INCLUDE_DIR=#{pugixml.opt_include}\",",
        "\"-DPUGIXML_LIBRARY=#{pugixml.opt_lib}\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.0.1",
    "file": "wdc.rb"
}