aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duply.rb
blob: db9c63c815d05f27f8e52c52552ed6b42aed6836 (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.8.x/duply_1.8.0.tgz"
  sha1 "167dfa273021931d7ab6e48c9c515d273b4d3015"

  depends_on "duplicity"

  def install
    bin.install "duply"
  end
end