homebrew-core/Formula/timedog.rb
Brett Koonce da84e32184 timedog 1.3
Closes Homebrew/homebrew#20001.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-22 15:19:07 -07:00

11 lines
248 B
Ruby

require 'formula'
class Timedog < Formula
homepage 'http://timedog.googlecode.com/'
url 'http://timedog.googlecode.com/files/timedog-1.3.zip'
sha1 'bacb349f0f81b5cb00fbabaff13fc643ba15e331'
def install
bin.install 'timedog'
end
end