1 # Maintainer: Spencer Judd <spencercjudd@gmail.com>
6 pkgdesc="A command-line interface for pae.st, the pastebin for hardcore programmers."
8 url="https://github.com/scjudd/paestcli"
12 provides=('paest-cli')
14 _gitroot="git://github.com/scjudd/paestcli.git"
19 msg "Connecting to GIT server...."
21 if [ -d ${_gitname} ]; then
22 cd ${_gitname} && git pull origin
23 msg "The local files are updated."
28 msg "GIT checkout done or server timeout."
32 install -D -m755 ${srcdir}/${_gitname}/paest ${pkgdir}/usr/bin/paest