Created duply formula
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3c60022dc4
commit
52b30b39df
1 changed files with 13 additions and 0 deletions
13
Formula/duply.rb
Normal file
13
Formula/duply.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Duply <Formula
|
||||
url 'http://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.5.x/duply_1.5.2.3.tgz'
|
||||
homepage 'http://duply.net'
|
||||
md5 '7bb3af2219ba6c4dfe06856fbecbef8f'
|
||||
|
||||
depends_on 'duplicity'
|
||||
|
||||
def install
|
||||
bin.install 'duply'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue