4 pkgdesc="Git HTML and plain text documentation pages"
6 url="http://git-scm.com"
7 license=(GPL) # For some Java script; don't know about most of it though
9 _file="$pkgname-$pkgver.tar.gz"
10 source=("http://git-core.googlecode.com/files/$_file")
11 md5sums=(11fdeb260d8160396ecdcb18daada00f)
12 sha256sums=(bcb11eda56ac74687cc6852f6ee104ab5dcf13039546616c608783cebc7f4a40)
15 local DIR="$pkgdir/usr/share/doc/git-doc"
17 tar xzf "$srcdir/$_file" -C "$DIR"