diff options
| author | Jack Nagel | 2012-06-11 21:30:01 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-06-11 21:30:01 -0500 | 
| commit | 439e42210cb0ff1baca00f61a50b63ea9525d52c (patch) | |
| tree | f79b2b2698cfb3c68ea11c2fcdadbcf84aea9018 | |
| parent | 32ff0464e7a8f86d7c72b353886a8813972d792e (diff) | |
| download | homebrew-439e42210cb0ff1baca00f61a50b63ea9525d52c.tar.bz2 | |
Remove kiwi
kiwi was a package manager for Node, but it is defunct and the
homepage/download are both gone.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/kiwi.rb | 21 | 
1 files changed, 0 insertions, 21 deletions
diff --git a/Library/Formula/kiwi.rb b/Library/Formula/kiwi.rb deleted file mode 100644 index d2a1eea59..000000000 --- a/Library/Formula/kiwi.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'formula' - -class Kiwi < Formula -  url 'https://github.com/visionmedia/kiwi/tarball/0.3.1' -  homepage 'https://github.com/visionmedia/kiwi' -  md5 '2ae655e5dc3861f3852d7592b7ab9533' - -  depends_on 'rlwrap' => :recommended - -  def install -    inreplace "Makefile", "/usr/local", prefix -    system "make install" -  end - -  def caveats -    <<-EOS.undent -    By default, installs libraries to: -      ~/.node_libraries -    EOS -  end -end  | 
