homebrew-core/Formula/growlnotify.rb
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00

12 lines
296 B
Ruby

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