homebrew-core/Formula/duply.rb
Clemens Horch 52600075db duply 1.11.1
Closes Homebrew/homebrew#47566.
Closes Homebrew/homebrew#47501.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-31 17:26:38 +01:00

14 lines
387 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.11.x/duply_1.11.1.tgz"
sha256 "128792962bbd1509e875bd91e613be3aa1263e6edb57815957e07d54346bc02d"
bottle :unneeded
depends_on "duplicity"
def install
bin.install "duply"
end
end