homebrew-core/Formula/duply.rb

15 lines
383 B
Ruby
Raw Normal View History

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"
sha256 "e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5"
2015-10-23 10:57:17 +00:00
bottle :unneeded
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