Created duply formula

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Joe Topjian 2010-09-22 17:34:08 -06:00 committed by Mike McQuaid
parent 3c60022dc4
commit 52b30b39df

13
Formula/duply.rb Normal file
View 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