diff options
Diffstat (limited to 'Library/Formula/duply.rb')
| -rw-r--r-- | Library/Formula/duply.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/duply.rb b/Library/Formula/duply.rb new file mode 100644 index 000000000..e45b7cb53 --- /dev/null +++ b/Library/Formula/duply.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Duply <Formula + url 'http://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.5.x/duply_1.5.2.3.tgz' + homepage 'http://duply.net' + md5 '7bb3af2219ba6c4dfe06856fbecbef8f' + + depends_on 'duplicity' + + def install + bin.install 'duply' + end +end |
