updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / urxvt-url-select-git / PKGBUILD
blob310bf6ef62b896c97912179215c9b347143ffaa7
1 # Maintainer: dawn <crackofdusk at gmail dot com>
3 pkgname="urxvt-url-select-git"
4 pkgver=20111008
5 pkgrel=1
6 pkgdesc="mouseless url yanking for rxvt-unicode (urxvt)"
7 arch=("any")
8 depends=('rxvt-unicode')
9 conflicts=('urxvt-url-select')
10 install=('urxvt-url-select.install')
11 license=("GPL")
12 url='http://www.github.com/muennich/urxvt-perls'
14 _gitroot="http://github.com/muennich/urxvt-perls.git"
15 _gitname="urxvt-perls"
16 _extension="url-select"
18 build() {
19   cd $srcdir
21   msg "Connecting to GIT server..."
22   if [[ -d $_gitname ]]; then
23     (cd $_gitname && git pull origin) || return 1
24   else
25     git clone $_gitroot $_gitname || return 1
26   fi
27   
28   msg "GIT checkout done or server timeout"
29   msg "Starting make..."
31   cd $_gitname || return 1
34   install -Dm644 ${_extension} \
35       ${pkgdir}/usr/lib/urxvt/perl/${_extension}