summaryrefslogtreecommitdiff
path: root/homebrew/mbelib/.beer
blob: f35164fcc4b37bed6e6238480d8042db6d1823ed (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
{
    "name": "Mbelib",
    "description": "P25 Phase 1 and ProVoice vocoder",
    "url": "https://github.com/szechyjs/mbelib/archive/v1.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/szechyjs/mbelib",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"test\"",
        "system \"make\", \"install\""
    ],
    "version": "1.3.0",
    "file": "mbelib.rb"
}