summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 14e4910d54e8d89fe4d5d469bb90c802dcb9190c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Daniel Maslowski <info@orangecms.org>
pkgname=git-big-picture
pkgver=0.9.0
pkgrel=1
epoch=
pkgdesc="Visualization tool for Git repositories"
arch=('x86_64')
url="https://github.com/esc/git-big-picture"
license=('GPL')
depends=('python2' 'git' 'graphviz')
makedepends=()
provides=('git-big-picture')
source=("git+https://github.com/esc/git-big-picture.git")
md5sums=('SKIP')

package() {
    sed -i '0,/python/s/python/python2/' ${srcdir}/${pkgname}/${pkgname}
    install -Dm755 ${srcdir}/${pkgname}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
}