summaryrefslogtreecommitdiff
path: root/homebrew/echoprintcodegen/.beer
blob: df1c348e08f336e5bd2b0bcc0b201196132574fb (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
{
    "name": "EchoprintCodegen",
    "description": "Codegen for Echoprint",
    "url": "https://github.com/echonest/echoprint-codegen/archive/v4.12.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/spotify/echoprint-codegen",
    "depends": [
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "taglib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/echonest/echoprint-codegen/commit/5ac72c40ae920f507f3f4da8b8875533bccf5e02.diff?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"-C\", \"src\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "4.12",
    "file": "echoprint-codegen.rb"
}