aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/growlnotify.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/growlnotify.rb b/Library/Formula/growlnotify.rb
new file mode 100644
index 000000000..78a1736e0
--- /dev/null
+++ b/Library/Formula/growlnotify.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Growlnotify <Formula
+ version '1.2'
+ url 'http://github.com/indirect/growlnotify/tarball/v1.2'
+ md5 '9941d5c49862f5391877023fc3baec49'
+ homepage 'http://growl.info/extras.php#growlnotify'
+
+ def install
+ puts @version
+ bin.install("growlnotify")
+ man1.install("growlnotify.1")
+ end
+end