summaryrefslogtreecommitdiff
path: root/homebrew/libfishsound/.beer
blob: 35abe43f443d5ed3512ec3d36b02ee7f7d272255 (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
{
    "name": "Libfishsound",
    "description": "Decode and encode audio data using the Xiph.org codecs",
    "url": "https://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://xiph.org/fishsound/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.0",
    "file": "libfishsound.rb"
}