summaryrefslogtreecommitdiff
path: root/homebrew/asio/.beer
blob: ae71d4d8acaa699a4d7dd93395fe6335c5221585 (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
{
    "name": "Asio",
    "description": "Cross-platform C++ Library for asynchronous programming",
    "url": "https://downloads.sourceforge.net/project/asio/asio/1.12.2%20%28Stable%29/asio-1.12.2.tar.bz2",
    "mirror": null,
    "homepage": "https://think-async.com/Asio",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "if build.head?",
        "cd \"asio\"",
        "system \"./autogen.sh\"",
        "else",
        "system \"autoconf\"",
        "end",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-boost=no\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"src/examples\""
    ],
    "version": "1.12.2",
    "file": "asio.rb"
}