summaryrefslogtreecommitdiff
path: root/homebrew/gawk/.beer
blob: e2a8263d54401a350d76548f98a23a6f2de2b579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "name": "Gawk",
    "description": "GNU awk utility",
    "url": "https://ftp.gnu.org/gnu/gawk/gawk-5.0.0.tar.xz",
    "mirror": "https://ftpmirror.gnu.org/gawk/gawk-5.0.0.tar.xz",
    "homepage": "https://www.gnu.org/software/gawk/",
    "depends": [
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "mpfr",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-libsigsegv-prefix\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\"",
        "(libexec/\"gnubin\").install_symlink bin/\"gawk\" => \"awk\"",
        "(libexec/\"gnuman/man1\").install_symlink man1/\"gawk.1\" => \"awk.1\""
    ],
    "version": "5.0.0",
    "file": "gawk.rb"
}