2009-12-23 19:44:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Growlnotify < Formula
|
2011-10-24 08:19:39 +00:00
|
|
|
url 'https://github.com/indirect/growlnotify/tarball/v1.3'
|
|
|
|
md5 '44f771b0bafd0fc077ecc546841d9831'
|
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
|