summaryrefslogtreecommitdiff
path: root/homebrew/zsh/.beer
blob: ddeb6d45a20d42b2bb10e540058203658489df90 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
    "name": "Zsh",
    "description": "UNIX shell (command interpreter)",
    "url": "https://downloads.sourceforge.net/project/zsh/zsh/5.7.1/zsh-5.7.1.tar.xz",
    "mirror": "https://www.zsh.org/pub/zsh-5.7.1.tar.xz",
    "homepage": "https://www.zsh.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "ncurses",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "htmldoc",
            "url": "https://downloads.sourceforge.net/project/zsh/zsh-doc/5.7.1/zsh-5.7.1-doc.tar.xz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"Util/preconfig\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--enable-fndir=#{pkgshare}/functions\",",
        "\"--enable-scriptdir=#{pkgshare}/scripts\",",
        "\"--enable-site-fndir=#{HOMEBREW_PREFIX}/share/zsh/site-functions\",",
        "\"--enable-site-scriptdir=#{HOMEBREW_PREFIX}/share/zsh/site-scripts\",",
        "\"--enable-runhelpdir=#{pkgshare}/help\",",
        "\"--enable-cap\",",
        "\"--enable-maildir-support\",",
        "\"--enable-multibyte\",",
        "\"--enable-pcre\",",
        "\"--enable-zsh-secure-free\",",
        "\"--enable-unicode9\",",
        "\"--enable-etcdir=/etc\",",
        "\"--with-tcsetpgrp\",",
        "\"DL_EXT=bundle\"",
        "inreplace [\"Makefile\", \"Src/Makefile\"],",
        "\"$(libdir)/$(tzsh)/$(VERSION)\", \"$(libdir)\"",
        "if build.head?",
        "system \"make\", \"install.bin\", \"install.modules\", \"install.fns\"",
        "else",
        "system \"make\", \"install\"",
        "system \"make\", \"install.info\"",
        "resource(\"htmldoc\").stage do",
        "(pkgshare/\"htmldoc\").install Dir[\"Doc/*.html\"]",
        "end"
    ],
    "version": "5.7.1",
    "file": "zsh.rb"
}