9c098cb9b6
Closes Homebrew/homebrew#27218.
11 lines
249 B
Ruby
11 lines
249 B
Ruby
require 'formula'
|
|
|
|
class Timedog < Formula
|
|
homepage 'http://timedog.googlecode.com/'
|
|
url 'https://timedog.googlecode.com/files/timedog-1.3.zip'
|
|
sha1 'bacb349f0f81b5cb00fbabaff13fc643ba15e331'
|
|
|
|
def install
|
|
bin.install 'timedog'
|
|
end
|
|
end
|