aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duply.rb
blob: 0ceebf1fcf99d1eac787783291c12de703689aad (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.1.tgz"
  sha1 "b4a53f6ebc207185ae5c0b5f98bf46cf961def1a"

  depends_on "duplicity"

  def install
    bin.install "duply"
  end
end