2014-07-20 00:49:07 +00:00
|
|
|
require "formula"
|
2010-09-22 23:34:08 +00:00
|
|
|
|
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"
|
|
|
|
sha1 "b4a53f6ebc207185ae5c0b5f98bf46cf961def1a"
|
2010-09-22 23:34:08 +00:00
|
|
|
|
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
|