summaryrefslogtreecommitdiff
path: root/homebrew/xtail/.beer
blob: 6efe3268a0175334ffebe24428195e0bb83f092e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Xtail",
    "description": "Watch growth of multiple files or directories (like `tail -f`)",
    "url": "https://www.unicom.com/files/xtail-2.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.unicom.com/sw/xtail",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "man1.mkpath",
        "bin.mkpath",
        "system \"make\", \"install\""
    ],
    "version": "2.1",
    "file": "xtail.rb"
}