summaryrefslogtreecommitdiff
path: root/homebrew/libusrsctp/.beer
blob: b2aafb930f7ddb6b1d460a4f81ecedac9c15ee2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Libusrsctp",
    "description": "Portable SCTP userland stack",
    "url": "https://github.com/sctplab/usrsctp/archive/0.9.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/sctplab/usrsctp",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.3.0",
    "file": "libusrsctp.rb"
}