summaryrefslogtreecommitdiff
path: root/homebrew/tcsh/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tcsh/.beer')
-rw-r--r--homebrew/tcsh/.beer17
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/tcsh/.beer b/homebrew/tcsh/.beer
new file mode 100644
index 000000000..6337fc8eb
--- /dev/null
+++ b/homebrew/tcsh/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Tcsh",
+ "description": "Enhanced, fully compatible version of the Berkeley C shell",
+ "url": "ftp://ftp.astron.com/pub/tcsh/tcsh-6.20.00.tar.gz",
+ "mirror": "https://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-6.20.00.tar.gz",
+ "homepage": "https://web.archive.org/web/20170609182511/www.tcsh.org/Home",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--sysconfdir=#{etc}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "6.20.00",
+ "file": "tcsh.rb"
+} \ No newline at end of file