homebrew-core/Formula/growlme.rb
2011-05-26 22:02:55 -07:00

10 lines
186 B
Ruby

require 'formula'
class Growlme < Formula
head 'https://github.com/robey/growlme.git'
homepage 'https://github.com/robey/growlme'
def install
bin.install "growlme"
end
end