1 # Contributor: Andrei "Garoth" Thorp <my-username at gmail dot com>
2 pkgname=git-rank-contributors
5 pkgdesc="Goes through git logs and ranks contributors by diff size."
7 url="http://git-wt-commit.rubyforge.org/"
10 source=(http://git-wt-commit.rubyforge.org/${pkgname})
11 noextract=(${pkgname})
12 md5sums=('3c0329c17a6344849e75551b50b8f30f')
15 install -D ${pkgname} ${pkgdir}/usr/lib/git-core/${pkgname}
18 # vim:set ts=2 sw=2 et: