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>
10 pkgdesc="Easy GIT is wrapper script for git, designed to make git easy to learn and use"
12 url="http://people.gnome.org/~newren/eg/"
24 source=(http://people.gnome.org/~newren/eg/download/1.6.5.3/eg)
26 md5sums=('24914c75bec7865feb7b2e896ef46a88') #generate with 'makepkg -g'
31 install -D eg $pkgdir/usr/bin/eg
34 # vim:set ts=2 sw=2 et: