aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duply.rb
blob: ef2e88596bb66884af83bf8aabb439f39654a78a (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.9.x/duply_1.9.0.tgz"
  sha1 "b195a59523c95424af5393483ae70df2b9267003"

  depends_on "duplicity"

  def install
    bin.install "duply"
  end
end