updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / rabbitvcs-cli / PKGBUILD
blob505f16260bd132ef91b325732604a5e09ef697aa
1 # Maintainer: Pouar <thepouar@gmail.com>
3 pkgname=rabbitvcs-cli
4 pkgver=0.15.0.5
5 pkgrel=2
6 changelog=CHANGELOG
7 pkgdesc="Command Line (CLI) front-end for RabbitVCS"
8 arch=('i686' 'x86_64')
9 url="http://rabbitvcs.org/"
10 depends=('rabbitvcs>=0.14.2.1')
11 license=('GPL')
12 source=(http://rabbitvcs.googlecode.com/files/rabbitvcs-$pkgver.tar.bz2)
13 md5sums=('9bf0548557cc803ad2d88f747da1af8a')
15 build(){
16         _pluginlocation="$pkgdir/usr/bin"
17         
18         cd "$srcdir/rabbitvcs-$pkgver/clients/cli"
19         
20         sed -i "s#env python#env python2#" rabbitvcs
21         
22         mkdir -p "$_pluginlocation"
23         cp rabbitvcs "$_pluginlocation"