updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / hync / PKGBUILD
blob131c3a6615871e64f55dfae6579855dae5d9bda5
1 # Maintainer: Markus Pargmann <mpargman <AT> allfex.org>
3 pkgname=hync
4 pkgrel=2
5 pkgver=0.1.0
6 pkgdesc='hync is a small program to help synchronizing user home directories without a special server.'
7 arch=('any')
8 url='http://allfex.org'
9 license='GPL3'
10 depends=('openssh' 'rsync' 'python>=3.0.0')
12 source=(http://allfex.org/files/hync/${pkgver}/hync
13         http://allfex.org/files/hync/${pkgver}/sample.conf)
14 md5sums=('e2b6a355ab38934def0bea276b78d95c'
15         '8d7eb834f07a5fee231fe726b4a510c2')
16 build()
18         mkdir -p $pkgdir/usr/bin
19         cp -v $srcdir/hync $pkgdir/usr/bin
20         chmod 0755 $pkgdir/usr/bin/hync
21         mkdir -p $pkgdir/usr/share/hync
22         cp -v $srcdir/sample.conf $pkgdir/usr/share/hync/