summaryrefslogtreecommitdiff
path: root/homebrew/make/.beer
blob: 9321c87494e7dc7d0f79737cb6e243209e728474 (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": "Make",
    "description": "Utility for directing compilation",
    "url": "https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2",
    "mirror": "https://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2",
    "homepage": "https://www.gnu.org/software/make/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--program-prefix=g",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "(libexec/\"gnubin\").install_symlink bin/\"gmake\" =>\"make\"",
        "(libexec/\"gnuman/man1\").install_symlink man1/\"gmake.1\" => \"make.1\"",
        "libexec.install_symlink \"gnuman\" => \"man\""
    ],
    "version": "4.2.1",
    "file": "make.rb"
}