summaryrefslogtreecommitdiff
path: root/homebrew/utillinux/.beer
blob: 70b397becf53438141c4827e1de28fe32a7d4aa9 (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
{
    "name": "UtilLinux",
    "description": "Collection of Linux utilities",
    "url": "https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-2.33.2.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/karelzak/util-linux",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "rename",
            "reason": "both install `rename` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-ipcs\",        ",
        "\"--disable-ipcrm\",       ",
        "\"--disable-wall\",        ",
        "\"--disable-libuuid\",     ",
        "\"--disable-libsmartcols\" ",
        "system \"make\", \"install\"",
        "%w[cal col colcrt colrm getopt hexdump logger nologin look mesg more renice rev ul whereis].each do |prog|",
        "rm_f bin/prog",
        "rm_f sbin/prog",
        "rm_f man1/\"#{prog}.1\"",
        "rm_f man8/\"#{prog}.8\"",
        "rm_f share/\"bash-completion/completions/#{prog}\""
    ],
    "version": "2.33.2",
    "file": "util-linux.rb"
}