summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8d621663d1cb72656e496cd50a347e4cd7d6dc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
# Maintainer: Thaodan <theodorstormgrade@gmail.com>
pkgname=zsh-git-prompt
pkgver=0.5
pkgrel=1
pkgdesc="Informative git prompt for zsh"
arch=('any')
url="https://github.com/olivierverdier/zsh-git-prompt"
depends=('zsh' 'python') 
makedepends=('git')
license=('MIT')
source=("https://github.com/olivierverdier/zsh-git-prompt/archive/v$pkgver.tar.gz")
md5sums=('9e445ef5270cfccce2b907fa29c6af0c')


package() {
  cd "$srcdir"/$pkgname-$pkgver
  install -Dm755 gitstatus.py "$pkgdir"/usr/lib/$pkgname/gitstatus.py
  install -Dm755 zshrc.sh "$pkgdir"/usr/lib/$pkgname/zshrc.sh
}