summaryrefslogtreecommitdiff
path: root/homebrew/awk/.beer
blob: 0b5ba8eca77a4ace27f1967d0fc2084de3bb7e9e (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
{
    "name": "Awk",
    "description": "Text processing scripting language",
    "url": "https://github.com/onetrueawk/awk/archive/20180827.tar.gz",
    "mirror": null,
    "homepage": "https://www.cs.princeton.edu/~bwk/btl.mirror/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "gawk",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "ENV.O3 ",
        "ENV.deparallelize",
        "system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\", \"YACC=yacc -d\"",
        "bin.install \"a.out\" => \"awk\"",
        "man1.install \"awk.1\""
    ],
    "version": "20180827",
    "file": "awk.rb"
}