updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / easygit / PKGBUILD
blob725b4fb25b47d60b073e3b1b8a3d00db51521e24
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Davide Lo Re <boyska@gmail.com>
7 pkgname=easygit
8 pkgver=1.6.5.3
9 pkgrel=1
10 pkgdesc="Easy GIT is  wrapper script for git, designed to make git easy to learn and use"
11 arch=(i686)
12 url="http://people.gnome.org/~newren/eg/"
13 license=('GPL')
14 groups=()
15 depends=(git perl)
16 makedepends=()
17 optdepends=()
18 provides=()
19 conflicts=()
20 replaces=()
21 backup=()
22 options=()
23 install=
24 source=(http://people.gnome.org/~newren/eg/download/1.6.5.3/eg)
25 noextract=()
26 md5sums=('24914c75bec7865feb7b2e896ef46a88') #generate with 'makepkg -g'
28 build() {
29   cd "$srcdir/"
31   install -D eg $pkgdir/usr/bin/eg
34 # vim:set ts=2 sw=2 et: