From 09766a0fab52fb43aec6baba01599a71b695296d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 21 Dec 2011 15:52:04 -0800 Subject: Redact growl-notify See discussion at: https://github.com/mxcl/homebrew/issues/8316 --- Library/Formula/growlnotify.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Library/Formula/growlnotify.rb (limited to 'Library') diff --git a/Library/Formula/growlnotify.rb b/Library/Formula/growlnotify.rb deleted file mode 100644 index 2d0777692..000000000 --- a/Library/Formula/growlnotify.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class Growlnotify < Formula - url 'https://github.com/indirect/growlnotify/tarball/v1.3' - md5 '44f771b0bafd0fc077ecc546841d9831' - homepage 'http://growl.info/extras.php#growlnotify' - - def install - bin.install "growlnotify" - man1.install gzip("growlnotify.1") - end -end -- cgit v1.2.3