aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/growlnotify.rb
blob: 518042878f7d436c14cc827c6a090ebe789e7309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Growlnotify <Formula
  url 'http://github.com/indirect/growlnotify/tarball/v1.2'
  md5 '9941d5c49862f5391877023fc3baec49'
  homepage 'http://growl.info/extras.php#growlnotify'

  def install
    bin.install "growlnotify"
    man1.install gzip("growlnotify.1")
  end
end