aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/growlme.rb
blob: 638f48891b6944ee05aaa088a83520ae74d6cff4 (plain)
1
2
3
4
5
6
7
8
9
10
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