homebrew-core/Formula/growlme.rb
2011-03-12 11:55:09 -08:00

10 lines
184 B
Ruby

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