aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duply.rb
blob: a57942632f79f8d6a48e89783db1931fde510f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Duply < Formula
  homepage 'http://duply.net'
  url 'https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.6.x/duply_1.6.0.tgz'
  sha1 '0e376c331b26b64cf1d537b3d9f417eac393fd92'

  depends_on 'duplicity'

  def install
    bin.install 'duply'
  end
end