blob: 728035bf9556700d6e9eb513976726c97c91f706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require 'formula'
class Duply < Formula
homepage 'http://duply.net'
url 'http://sourceforge.net/projects/ftplicity/files/duply%20%28simple%20duplicity%29/1.5.x/duply_1.5.5.5.tgz'
md5 'fdc05d1731dc8d0de88b7e17a1095506'
depends_on 'duplicity'
def install
bin.install 'duply'
end
end
|