homebrew-core/Formula/duply.rb

19 lines
438 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"
2016-05-30 18:34:00 +00:00
url "https://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.11.x/duply_1.11.3.tgz"
sha256 "585757a02abc91bcc0e37004eef735794d6581d1a30ec68303c6c04833b20940"
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
test do
system "#{bin}/duply", "-v"
end
end