homebrew-core/Formula/timedog.rb

12 lines
248 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Timedog < Formula
2013-01-28 03:22:15 +00:00
homepage 'http://timedog.googlecode.com/'
url 'http://timedog.googlecode.com/files/timedog-1.3.zip'
sha1 'bacb349f0f81b5cb00fbabaff13fc643ba15e331'
def install
bin.install 'timedog'
end
end