2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-10-01 21:47:28 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Timedog < Formula
|
2009-10-01 21:47:28 +00:00
|
|
|
url 'http://timedog.googlecode.com/files/timedog-1.2.zip'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '620a4615ba4a03dc8d7ae2f7259b9ab8daf267c6'
|
2009-10-01 21:47:28 +00:00
|
|
|
homepage 'http://timedog.googlecode.com/'
|
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
bin.install 'timedog'
|
2009-10-01 21:47:28 +00:00
|
|
|
end
|
|
|
|
end
|