summaryrefslogtreecommitdiff
path: root/homebrew/rubberband/.beer
blob: 52818d8e3cb1b4283c03c1ff5e2a926673271299 (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
{
    "name": "Rubberband",
    "description": "Audio time stretcher tool and library",
    "url": "https://breakfastquay.com/files/releases/rubberband-1.8.2.tar.bz2",
    "mirror": null,
    "homepage": "https://breakfastquay.com/rubberband/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libsamplerate",
            "build-depend": false
        },
        {
            "depend": "libsndfile",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"-f\", \"Makefile.osx\"",
        "bin.install \"bin/rubberband\"",
        "lib.install \"lib/librubberband.dylib\" => \"librubberband.2.1.1.dylib\"",
        "lib.install_symlink lib/\"librubberband.2.1.1.dylib\" => \"librubberband.2.dylib\"",
        "lib.install_symlink lib/\"librubberband.2.1.1.dylib\" => \"librubberband.dylib\"",
        "include.install \"rubberband\"",
        "cp \"rubberband.pc.in\", \"rubberband.pc\"",
        "inreplace \"rubberband.pc\", \"%PREFIX%\", opt_prefix",
        "(lib/\"pkgconfig\").install \"rubberband.pc\""
    ],
    "version": "1.8.2",
    "file": "rubberband.rb"
}