updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / git-wtf / PKGBUILD
blob26d7daf6ac0a743dab4cf93ac3e8a89d0d3838a9
1 # Contributor: Andrei "Garoth" Thorp <my-username at gmail dot com>
2 pkgname=git-wtf
3 pkgver=1.0
4 pkgrel=2
5 pkgdesc="Ease handling many git branches with tidy summaries of merges."
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=('21e27b2ad7591611fd21cc1657241b11')
14 build() {
15   install -D ${pkgname} ${pkgdir}/usr/lib/git-core/${pkgname}
18 # vim:set ts=2 sw=2 et: