summaryrefslogtreecommitdiff
path: root/homebrew/fswatch/.beer
blob: 124115576a5dc0f061bfdd20ed83c3d8a0140ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Fswatch",
    "description": "Monitor a directory for changes and run a shell command",
    "url": "https://github.com/emcrisostomo/fswatch/releases/download/1.14.0/fswatch-1.14.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/emcrisostomo/fswatch",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\"",
        "system \"make\", \"install\""
    ],
    "version": "1.14.0",
    "file": "fswatch.rb"
}