summaryrefslogtreecommitdiff
path: root/homebrew/aardvarkshellutils/.beer
blob: f833dd59bad2fbb6849052c4bb3428c1a83f81f8 (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
{
    "name": "AardvarkShellUtils",
    "description": "Utilities to aid shell scripts or command-line users",
    "url": "https://web.archive.org/web/20170106105512/downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz",
    "mirror": null,
    "homepage": "http://www.laffeycomputer.com/shellutils.html",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "coreutils",
            "reason": "both install `realpath` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0",
    "file": "aardvark_shell_utils.rb"
}