Skip to content

Instantly share code, notes, and snippets.

View chrispoole643's full-sized avatar

Chris Poole chrispoole643

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chrispoole643 on github.
  • I am chrispoole (https://keybase.io/chrispoole) on keybase.
  • I have a public key whose fingerprint is 1D73 005E EF46 C02C 7BD2 F4AA AD47 A7B8 BAD2 46F9

To claim this, I am signing this object:

@chrispoole643
chrispoole643 / duplicity.rb
Created June 24, 2011 13:11
Duplicity 0.6.14
require 'formula'
class Duplicity < Formula
url 'http://code.launchpad.net/duplicity/0.6-series/0.6.14/+download/duplicity-0.6.14.tar.gz'
homepage 'http://www.nongnu.org/duplicity/'
md5 '09747eb1430a3f16888a661e5acbf28d'
depends_on 'librsync'
depends_on 'gnupg'