summaryrefslogtreecommitdiff
path: root/homebrew/hello/.beer
blob: a809f21c61aa87d203f2b081331859a4ffe74ba2 (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": "Hello",
    "description": "Program providing model for GNU coding standards and practices",
    "url": "https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz",
    "mirror": null,
    "homepage": "https://www.gnu.org/software/hello/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "camlistore",
            "reason": "both install `hello` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.10",
    "file": "hello.rb"
}