aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Reynolds2009-10-01 22:47:28 +0100
committerMax Howell2009-10-04 18:36:44 +0100
commitf0b78897a401397bd409570a76a45717670aefbd (patch)
treeb31cfcac3ff4db3a68949a15dada3c287e9adaaf /Library/Formula
parent23682964b55bf207c222debf5616b5e803918c86 (diff)
downloadhomebrew-f0b78897a401397bd409570a76a45717670aefbd.tar.bz2
timedog formula
A Perl script that displays the set of files that were saved for any given backup created by Mac OS X Time Machine.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/timedog.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/timedog.rb b/Library/Formula/timedog.rb
new file mode 100644
index 000000000..7f6a693b1
--- /dev/null
+++ b/Library/Formula/timedog.rb
@@ -0,0 +1,11 @@
+require 'brewkit'
+
+class Timedog <Formula
+ url 'http://timedog.googlecode.com/files/timedog-1.2.zip'
+ md5 '0ab0f08df51ce74a10b94dfd4fb3df27'
+ homepage 'http://timedog.googlecode.com/'
+
+ def install
+ bin.install Dir['timedog']
+ end
+end