aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/growlme.rb
blob: 44bbd94d04f26a195a9dbb00a64af88b2dbc5b54 (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