1 # Maintainer: Patrick Palka <patrick@parcs.ath.cx>
2 # Development: http://closure.ath.cx/aur-dev
8 url="http://github.com/rupa/v"
14 _gitroot="git://github.com/rupa/v.git"
18 msg "Connecting to $_gitname repository..."
19 if [ -d "$_gitname" ]; then
20 cd "$_gitname" && git pull origin
21 msg "The local files are updated."
23 git clone --depth 1 "$_gitroot" && cd "$_gitname"
26 install -vDm755 v "$pkgdir/usr/bin/v"
27 install -vDm644 v.1 "$pkgdir/usr/share/man/man1/v.1"