summaryrefslogtreecommitdiff
path: root/homebrew/tcsh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/tcsh
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/tcsh')
-rw-r--r--homebrew/tcsh/.beer17
-rw-r--r--homebrew/tcsh/.make.sh-auto3
-rw-r--r--homebrew/tcsh/_metadata/description1
-rw-r--r--homebrew/tcsh/_metadata/homepage1
-rw-r--r--homebrew/tcsh/_metadata/name1
-rw-r--r--homebrew/tcsh/_metadata/version1
-rwxr-xr-xhomebrew/tcsh/download.sh1
7 files changed, 25 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
diff --git a/homebrew/tcsh/.make.sh-auto b/homebrew/tcsh/.make.sh-auto
new file mode 100644
index 000000000..abf08b27d
--- /dev/null
+++ b/homebrew/tcsh/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/tcsh/_metadata/description b/homebrew/tcsh/_metadata/description
new file mode 100644
index 000000000..c126159ab
--- /dev/null
+++ b/homebrew/tcsh/_metadata/description
@@ -0,0 +1 @@
+Enhanced, fully compatible version of the Berkeley C shell
diff --git a/homebrew/tcsh/_metadata/homepage b/homebrew/tcsh/_metadata/homepage
new file mode 100644
index 000000000..672e64613
--- /dev/null
+++ b/homebrew/tcsh/_metadata/homepage
@@ -0,0 +1 @@
+https://web.archive.org/web/20170609182511/www.tcsh.org/Home
diff --git a/homebrew/tcsh/_metadata/name b/homebrew/tcsh/_metadata/name
new file mode 100644
index 000000000..ab61c174d
--- /dev/null
+++ b/homebrew/tcsh/_metadata/name
@@ -0,0 +1 @@
+Tcsh
diff --git a/homebrew/tcsh/_metadata/version b/homebrew/tcsh/_metadata/version
new file mode 100644
index 000000000..ebd933c72
--- /dev/null
+++ b/homebrew/tcsh/_metadata/version
@@ -0,0 +1 @@
+6.20.00
diff --git a/homebrew/tcsh/download.sh b/homebrew/tcsh/download.sh
new file mode 100755
index 000000000..1ffa6fdd7
--- /dev/null
+++ b/homebrew/tcsh/download.sh
@@ -0,0 +1 @@
+wget ftp://ftp.astron.com/pub/tcsh/tcsh-6.20.00.tar.gz || wget https://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-6.20.00.tar.gz \ No newline at end of file