summaryrefslogtreecommitdiff
path: root/homebrew/libwebm/.beer
blob: 5ec91576424734bb90c7d9d1b517ce4cb9d9dabf (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
{
    "name": "Libwebm",
    "description": "WebM container",
    "url": "https://github.com/webmproject/libwebm/archive/libwebm-1.0.0.27.tar.gz",
    "mirror": null,
    "homepage": "https://www.webmproject.org/code/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"macbuild\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\"",
        "lib.install \"libwebm.a\"",
        "bin.install %w[sample sample_muxer vttdemux webm2pes]"
    ],
    "version": "1.0.0.27",
    "file": "libwebm.rb"
}