summaryrefslogtreecommitdiff
path: root/homebrew/etsh/.beer
blob: d46b0c866746e898879070be277aa74d4d190e0d (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
{
    "name": "Etsh",
    "description": "Two ports of /bin/sh from V6 UNIX (circa 1975)",
    "url": "https://etsh.nl/src/etsh_5.3.1/etsh-5.3.1.tar.xz",
    "mirror": null,
    "homepage": "https://etsh.nl/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "teleport",
            "reason": "both install `tsh` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\", \"SYSCONFDIR=#{etc}\", \"MANDIR=#{man1}\"",
        "bin.install_symlink \"etsh\" => \"osh\"",
        "bin.install_symlink \"tsh\" => \"sh6\""
    ],
    "version": "5.3.1",
    "file": "etsh.rb"
}