2011-03-10 05:11:03 +00:00
|
|
|
class Duply < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
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"
|
2010-09-22 23:34:08 +00:00
|
|
|
|
2015-10-23 10:57:17 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2014-07-20 00:49:07 +00:00
|
|
|
depends_on "duplicity"
|
2010-09-22 23:34:08 +00:00
|
|
|
|
|
|
|
def install
|
2014-07-20 00:49:07 +00:00
|
|
|
bin.install "duply"
|
2010-09-22 23:34:08 +00:00
|
|
|
end
|
2016-03-20 13:38:19 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/duply", "-v"
|
|
|
|
end
|
2010-09-22 23:34:08 +00:00
|
|
|
end
|