summaryrefslogtreecommitdiff
path: root/homebrew/gnutime/.beer
blob: 64ba106df84e59978c7e6619add098bb1d7c0566 (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": "GnuTime",
    "description": "GNU implementation of time utility",
    "url": "https://ftp.gnu.org/gnu/time/time-1.9.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/time/time-1.9.tar.gz",
    "homepage": "https://www.gnu.org/software/time/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--info=#{info}",
        "--program-prefix=g",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "(libexec/\"gnubin\").install_symlink bin/\"gtime\" => \"time\""
    ],
    "version": "1.9",
    "file": "gnu-time.rb"
}