summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 330abc83c08201b4189caa5a01ff262e86d9ca08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Simon Legner<Simon.Legner@gmail.com>

# Package name due to conflict with https://aur.archlinux.org/packages.php?ID=12473
pkgname=sl-ls
pkgver=1.1.3
pkgrel=1
pkgdesc="A /bin/ls replacement, aiming for a more helpful way of displaying files (by grouping, highlighting, filtering, annotating, etc.)"
arch=(any)
url="http://practicalthought.com/sl/"
license=('GPL3')
depends=('tcl')
source=(http://practicalthought.com/sl/sl)

package() {
  install -Dm 755 $srcdir/sl $pkgdir/usr/bin/sl
}

# vim:set ts=2 sw=2 et:
md5sums=('ed4c22a531e957c95df5f41206d6ed2f')