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