updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / lls / PKGBUILD
blobc36caab6a9a55932aa5a1254bcc0a467f4535e16
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: tasty_minerals <mountpeaks@gmail.com>
7 pkgname=lls
8 pkgver=1.0
9 pkgrel=1
10 pkgdesc="(ls) command alternative, more colors and additional info, check it out!"
11 arch=(any)
12 url="http://code.google.com/p/lls/"
13 license=('MIT')
14 depends=('file')
15 source=('http://lls.googlecode.com/files/lls')
16 md5sums=('82e1e78020c9fed07cd041cf5eead85c')
17 build () {
18         install -D -m755 lls $pkgdir/usr/local/bin/lls