summaryrefslogtreecommitdiff
path: root/homebrew/pike/.beer
blob: 877d0ece39997e74ad562f330f51b4ef0e6040b1 (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
36
37
38
39
40
41
42
43
44
45
{
    "name": "Pike",
    "description": "Dynamic programming language",
    "url": "https://pike.lysator.liu.se/pub/pike/latest-stable/Pike-v8.0.702.tar.gz",
    "mirror": null,
    "homepage": "https://pike.lysator.liu.se/",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "nettle",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"CFLAGS\", \"-m64\"",
        "ENV.deparallelize",
        "system \"make\", \"CONFIGUREARGS='--prefix=#{prefix} --without-bundles --with-abi=64'\"",
        "system \"make\", \"install\",",
        "\"prefix=#{libexec}\",",
        "\"exec_prefix=#{libexec}\",",
        "\"share_prefix=#{libexec}/share\",",
        "\"lib_prefix=#{libexec}/lib\",",
        "\"man_prefix=#{libexec}/man\",",
        "\"include_path=#{libexec}/include\",",
        "\"INSTALLARGS=--traditional\"",
        "bin.install_symlink \"#{libexec}/bin/pike\"",
        "share.install_symlink \"#{libexec}/share/man\""
    ],
    "version": "8.0.702",
    "file": "pike.rb"
}