1 # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
6 pkgdesc='A comprehensive filesystem mirroring program - Git Version'
7 url='http://apollo.backplane.com/FreeSrc/'
15 _gitroot='https://github.com/drizztbsd/cpdup.git'
20 msg "Connecting to GIT server...."
22 if [[ -d "$_gitname" ]]; then
23 cd "$_gitname" && git pull origin
24 msg "The local files are updated."
26 git clone "$_gitroot" "$_gitname"
29 msg "GIT checkout done or server timeout"
30 msg "Starting build..."
32 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
40 cd "$srcdir/$_gitname-build"
41 install -Dm755 cpdup "${pkgdir}/usr/bin/cpdup"
42 install -Dm644 cpdup.1 "${pkgdir}/usr/share/man/man1/cpdup.1"