1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
6 pkgdesc="Parallel, indexed xz compressor"
8 url="https://github.com/vasi/pixz"
12 _gitroot='https://github.com/vasi/pixz.git'
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 cd "$srcdir/$_gitname"
34 cd "$srcdir/$_gitname"
35 install -Dm 755 pixz "$pkgdir/usr/bin/pixz"
36 install -Dm 644 README "$pkgdir/usr/share/$pkgname/README"