summaryrefslogtreecommitdiff
path: root/homebrew/libsoundio/.beer
blob: 1d4fd9d60c44e0857bddeca77410c69653dc1662 (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
{
    "name": "Libsoundio",
    "description": "Cross-platform audio input and output",
    "url": "https://github.com/andrewrk/libsoundio/archive/2.0.0.tar.gz",
    "mirror": null,
    "homepage": "http://libsound.io",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "macos",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.0.0",
    "file": "libsoundio.rb"
}