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 # Maintainer: Your Name <youremail@domain.com>
11 pkgdesc="designed to make git easy to learn and use."
12 arch=('i686' 'x86_64')
13 url="http://people.gnome.org/~newren/eg/"
27 source=(http://people.gnome.org/~newren/eg/download/1.7.3/eg)
33 install -D -m755 eg $pkgdir/usr/bin/eg
36 md5sums=('cd02e52a24b5edae25b1ae490e182ea3')