updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / git-rank-contributors / PKGBUILD
blob3f3bd6950223ae6077b25b16b2cfb529a2be60e6
1 # Contributor: Andrei "Garoth" Thorp <my-username at gmail dot com>
2 pkgname=git-rank-contributors
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="Goes through git logs and ranks contributors by diff size."
6 arch=('i686' 'x86_64')
7 url="http://git-wt-commit.rubyforge.org/"
8 license=('GPL')
9 depends=('ruby' 'git')
10 source=(http://git-wt-commit.rubyforge.org/${pkgname})
11 noextract=(${pkgname})
12 md5sums=('3c0329c17a6344849e75551b50b8f30f')
14 build() {
15   install -D ${pkgname} ${pkgdir}/usr/lib/git-core/${pkgname}
18 # vim:set ts=2 sw=2 et: