homebrew-core/Formula/growlnotify.rb

14 lines
311 B
Ruby
Raw Normal View History

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
2010-02-13 23:54:53 +00:00
bin.install "growlnotify"
man1.install gzip("growlnotify.1")
end
end