homebrew-core/Formula/duply.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
363 B
Ruby

class Duply < Formula
desc "Frontend to the duplicity backup system"
homepage "http://duply.net"
url "https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.9.x/duply_1.9.1.tgz"
sha256 "e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5"
depends_on "duplicity"
def install
bin.install "duply"
end
end