summaryrefslogtreecommitdiff
path: root/homebrew/cf/.beer
blob: bf021481fdb93e778b6c9002f3022d8e039a0af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Cf",
    "description": "Filter to replace numeric timestamps with a formated date time",
    "url": "https://ee.lbl.gov/downloads/cf/cf-1.2.5.tar.gz",
    "mirror": null,
    "homepage": "https://ee.lbl.gov/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\"",
        "system \"make\", \"install-man\""
    ],
    "version": "1.2.5",
    "file": "cf.rb"
}