aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duply.rb
blob: e45b7cb533f92623d118dd1796b45ceaadec26a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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