summaryrefslogtreecommitdiff
path: root/homebrew/dwatch/.beer
blob: b9f4fd1063260a8a98c1c8cc7cda5cb106e8abfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Dwatch",
    "description": "Watch programs and perform actions based on a configuration file",
    "url": "http://siag.nu/pub/dwatch/dwatch-0.1.1.tar.gz",
    "mirror": null,
    "homepage": "http://siag.nu/dwatch/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\",",
        "\"CC=#{ENV.cc}\",",
        "\"PREFIX=#{prefix}\",",
        "\"MANDIR=#{man}\",",
        "\"ETCDIR=#{etc}\"",
        "etc.install \"dwatch.conf\""
    ],
    "version": "0.1.1",
    "file": "dwatch.rb"
}