homebrew-core/Formula/duply.rb

15 lines
356 B
Ruby
Raw Normal View History

2014-07-20 00:49:07 +00:00
require "formula"
2011-03-10 05:11:03 +00:00
class Duply < Formula
desc "Frontend to the duplicity backup system"
2014-07-20 00:49:07 +00:00
homepage "http://duply.net"
2014-10-28 05:41:58 +00:00
url "https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.9.x/duply_1.9.1.tgz"
sha1 "b4a53f6ebc207185ae5c0b5f98bf46cf961def1a"
2014-07-20 00:49:07 +00:00
depends_on "duplicity"
def install
2014-07-20 00:49:07 +00:00
bin.install "duply"
end
end