summaryrefslogtreecommitdiff
path: root/homebrew/etsh/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/etsh/.beer')
-rw-r--r--homebrew/etsh/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/etsh/.beer b/homebrew/etsh/.beer
new file mode 100644
index 000000000..d46b0c866
--- /dev/null
+++ b/homebrew/etsh/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file