2010-09-22 23:34:08 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Duply < Formula
|
2010-11-23 16:12:18 +00:00
|
|
|
url 'http://sourceforge.net/projects/ftplicity/files/duply%20(simple%20duplicity)/1.5.x/duply_1.5.4.tgz'
|
2010-09-22 23:34:08 +00:00
|
|
|
homepage 'http://duply.net'
|
2010-11-23 16:12:18 +00:00
|
|
|
md5 '07ca9266d2abec31f2aa19e23f912dac'
|
2010-09-22 23:34:08 +00:00
|
|
|
|
|
|
|
depends_on 'duplicity'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'duply'
|
|
|
|
end
|
|
|
|
end
|