summaryrefslogtreecommitdiff
path: root/homebrew/vcs/.beer
blob: 437e58699da1f76df22aee173ceaefb2291b8a39 (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": "Vcs",
    "description": "Creates video contact sheets (previews) of videos",
    "url": "https://p.outlyer.net/vcs/files/vcs-1.13.2.tar.gz",
    "mirror": null,
    "homepage": "https://p.outlyer.net/vcs/",
    "depends": [
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "ghostscript",
            "build-depend": false
        },
        {
            "depend": "gnu-getopt",
            "build-depend": false
        },
        {
            "depend": "imagemagick",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"vcs\", \"declare GETOPT=getopt\", \"declare GETOPT=#{Formula[\"gnu-getopt\"].opt_bin}/getopt\"",
        "system \"make\", \"install\", \"prefix=#{prefix}\""
    ],
    "version": "1.13.2",
    "file": "vcs.rb"
}