2009-12-23 19:44:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Growlnotify <Formula
|
|
|
|
url 'http://github.com/indirect/growlnotify/tarball/v1.2'
|
2010-05-03 08:13:11 +00:00
|
|
|
md5 '9941d5c49862f5391877023fc3baec49'
|
2009-12-23 19:44:34 +00:00
|
|
|
homepage 'http://growl.info/extras.php#growlnotify'
|
|
|
|
|
|
|
|
def install
|
2010-02-13 23:54:53 +00:00
|
|
|
bin.install "growlnotify"
|
|
|
|
man1.install gzip("growlnotify.1")
|
2009-12-23 19:44:34 +00:00
|
|
|
end
|
|
|
|
end
|