summaryrefslogtreecommitdiff
path: root/homebrew/vorbisgain/.beer
blob: b08d9e47518c2f5bb57879540dcd6e2a18a9666f (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": "Vorbisgain",
    "description": "Add Replay Gain volume tags to Ogg Vorbis files",
    "url": "https://sjeng.org/ftp/vorbis/vorbisgain-0.37.tar.gz",
    "mirror": null,
    "homepage": "https://sjeng.org/vorbisgain.html",
    "depends": [
        {
            "depend": "libogg",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.37",
    "file": "vorbisgain.rb"
}