summaryrefslogtreecommitdiff
path: root/homebrew/gnugetopt/.beer
blob: a584c59cc731af99ed4b0a9fe11b8f2469670da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "GnuGetopt",
    "description": "Command-line option parsing utility",
    "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": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"getopt\"",
        "bin.install \"getopt\"",
        "man1.install \"misc-utils/getopt.1\"",
        "bash_completion.install \"bash-completion/getopt\""
    ],
    "version": "2.33.2",
    "file": "gnu-getopt.rb"
}