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.
This commit is contained in:
parent
47662e332b
commit
7d08b506b1
1 changed files with 11 additions and 0 deletions
11
Formula/timedog.rb
Normal file
11
Formula/timedog.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue