aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/timedog.rb
blob: b188efc1382fefe1580ad17b49704b3f2ac47141 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Timedog < Formula
  homepage 'http://timedog.googlecode.com/'
  url 'https://timedog.googlecode.com/files/timedog-1.3.zip'
  sha1 'bacb349f0f81b5cb00fbabaff13fc643ba15e331'

  def install
    bin.install 'timedog'
  end
end