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

class Growlnotify < Formula
  url 'https://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