homebrew-core/Formula/timedog.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

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