updated on Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git] / easy-git / PKGBUILD
blobe59aba8685f6275e2922d78001e5a2cbc4ef741b
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>
7 pkgname=easy-git
8 pkgver=1.7.3
9 pkgrel=1
10 epoch=
11 pkgdesc="designed to make git easy to learn and use."
12 arch=('i686' 'x86_64')
13 url="http://people.gnome.org/~newren/eg/"
14 license=('GPL')
15 groups=()
16 depends=('perl')
17 makedepends=()
18 checkdepends=()
19 optdepends=()
20 provides=()
21 conflicts=()
22 replaces=()
23 backup=()
24 options=()
25 install=
26 changelog=
27 source=(http://people.gnome.org/~newren/eg/download/1.7.3/eg)
28 noextract=()
31 package() {
32   cd $srcdir
33   install -D -m755 eg $pkgdir/usr/bin/eg
36 md5sums=('cd02e52a24b5edae25b1ae490e182ea3')