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

class Timedog <Formula
  url 'http://timedog.googlecode.com/files/timedog-1.2.zip'
  md5 '0ab0f08df51ce74a10b94dfd4fb3df27'
  homepage 'http://timedog.googlecode.com/'

  def install
    bin.install 'timedog'
  end
end