summaryrefslogtreecommitdiff
path: root/homebrew/libreplaygain/.beer
blob: b9ba2ddd28a0fe6e3cb2851f02ad055a3361371a (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": "Libreplaygain",
    "description": "Library to implement ReplayGain standard for audio",
    "url": "https://files.musepack.net/source/libreplaygain_r475.tar.gz",
    "mirror": null,
    "homepage": "https://www.musepack.net/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "include.install \"include/replaygain/\""
    ],
    "version": "475",
    "file": "libreplaygain.rb"
}