homebrew-core/Formula/duply.rb

14 lines
307 B
Ruby

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