95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
10 lines
330 B
Ruby
10 lines
330 B
Ruby
class Timedog < Formula
|
|
desc "Lists files that were saved by a backup of the OS X Time Machine"
|
|
homepage "http://timedog.googlecode.com/"
|
|
url "https://timedog.googlecode.com/files/timedog-1.3.zip"
|
|
sha256 "4683f37a28407dabc5c56dc45e6480dd2db460289321edce8980a236cc2787ec"
|
|
|
|
def install
|
|
bin.install "timedog"
|
|
end
|
|
end
|