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"
|
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"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5"
|
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
|
|
|
|
end
|