From 6305d2dbb88ee17edfe7b841b9267bf1bbba0f0a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 23 Jul 2013 18:50:58 -0700 Subject: Redirect to brew.sh. --- _layouts/index.html | 163 ---------------------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 _layouts/index.html (limited to '_layouts/index.html') diff --git a/_layouts/index.html b/_layouts/index.html deleted file mode 100644 index b0d8308e9..000000000 --- a/_layouts/index.html +++ /dev/null @@ -1,163 +0,0 @@ - - -
- - -{{ page.subtitle }}
-{% for lang in site.langs %} - {% if page.lang == lang.langcode %} - {{ lang.lang_string }} - {% else %} - - {{ lang.lang_string }} - - {% endif %} - {% unless forloop.last %} - | - {% endunless %} - {% endfor %} -
-{{ page.pagecontent.what }}
-$ brew install wget
- {{ page.pagecontent.how }}
-$ cd /usr/local
-$ find Cellar
-Cellar/wget/1.12
-Cellar/wget/1.12/bin/wget
-Cellar/wget/1.12/share/man/man1/wget.1
-
-$ ls -l bin
-bin/wget -> ../Cellar/wget/1.12/bin/wget
-
- {{ page.pagecontent.prefix }}
-{{ page.pagecontent.createpackages }}
-$ brew create http://foo.com/bar-1.0.tgz
-Created /usr/local/Library/Formula/bar.rb
-
- {{ page.pagecontent.hack }}
-$ brew edit wget # opens in $EDITOR!
- {{ page.pagecontent.formula }}
-require 'formula'
-
-class Wget < Formula
- homepage 'http://www.gnu.org/wget/'
- url 'http://ftp.gnu.org/wget-1.12.tar.gz'
- md5 '308a5476fc096a8a525d07279a6f6aa3'
-
- def install
- system "./configure --prefix=#{prefix}"
- system 'make install'
- end
-end
- {{ page.pagecontent.complement }}
-ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
- {{ page.pagecontent.install.paste }}
-{{ page.pagecontent.install.what }}
-{{ page.pagecontent.foot.code }} {{ page.pagecontent.foot.page }} {{ page.pagecontent.foot.translation }}
-
-
-
--
cgit v1.2.3