1 # Contributor: SanskritFritz (gmail)
6 pkgdesc="Provides modular backups using duplicity."
7 url="https://bitbucket.org/elifarley/mbkp/wiki/Home"
11 makedepends=("mercurial" "perl")
15 _hgroot="https://bitbucket.org/elifarley"
20 if [ -d "$_hgrepo" ] ; then
25 hg clone $_hgroot/$_hgrepo
30 cd "$srcdir/$_hgrepo/installer"
31 ./install.sh "$pkgdir/usr"