summaryrefslogtreecommitdiff
path: root/homebrew/yash/.beer
blob: d7eb9da10ce10776d4bdca3d881e5c2bfcfb3aab (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
{
    "name": "Yash",
    "description": "Yet another shell: a POSIX-compliant command-line shell",
    "url": "https://dotsrc.dl.osdn.net/osdn/yash/69353/yash-2.47.tar.xz",
    "mirror": null,
    "homepage": "https://yash.osdn.jp/",
    "depends": [
        {
            "depend": "gettext",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"sh\", \"./configure\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-array\",",
        "\"--enable-dirstack\",",
        "\"--enable-help\",",
        "\"--enable-history\",",
        "\"--enable-lineedit\",",
        "\"--enable-nls\",",
        "\"--enable-printf\",",
        "\"--enable-socket\",",
        "\"--enable-test\",",
        "\"--enable-ulimit\"",
        "system \"make\", \"install\""
    ],
    "version": "2.47",
    "file": "yash.rb"
}