summaryrefslogtreecommitdiff
path: root/homebrew/soundpipe/.beer
blob: b6e68a8c68600f95c8d190ddc7a3199bb61c3e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Soundpipe",
    "description": "Lightweight music DSP library",
    "url": "https://github.com/PaulBatchelor/soundpipe/archive/v1.7.0.tar.gz",
    "mirror": null,
    "homepage": "https://paulbatchelor.github.io/proj/soundpipe.html",
    "depends": [
        {
            "depend": "libsndfile",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "pkgshare.install \"examples\", \"test\""
    ],
    "version": "1.7.0",
    "file": "soundpipe.rb"
}