2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-10-01 21:47:28 +00:00
|
|
|
|
|
|
|
class Timedog <Formula
|
|
|
|
url 'http://timedog.googlecode.com/files/timedog-1.2.zip'
|
|
|
|
md5 '0ab0f08df51ce74a10b94dfd4fb3df27'
|
|
|
|
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
|