Package Details: ls++-git 1:0.36.87.e17221c-1

Git Clone URL: https://aur.archlinux.org/ls++-git.git (read-only, click to copy)
Package Base: ls++-git
Description: Colorized LS on steroids
Upstream URL: https://github.com/trapd00r/ls--/
Licenses: GPL2
Conflicts: ls++
Provides: ls++
Submitter: jokerboy
Maintainer: blade45431
Last Packager: blade45431
Votes: 54
Popularity: 0.000000
First Submitted: 2010-11-23 00:09 (UTC)
Last Updated: 2025-08-16 00:34 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

blade45431 commented on 2025-08-16 00:37 (UTC)

Notes for users:
File::LsColor is required but not in official repos:
sudo pacman -S cpanminus
sudo cpanm File::LsColor
This ensures ls++ runs properly.

fuan_k commented on 2022-06-26 19:25 (UTC)

I think we might have to add cpanminus as a build dependence. I had to install File::LsColor module from CPAN in order to make ls++ work. For example: cpanm Term::ExtendedColor File::LsColor

fuan_k commented on 2022-06-26 17:27 (UTC)

The error from pkver() is due to the fact that grep finds two "$VERSION" in the source, hence the two values in the output. Simply tweak this line in the PKGBUILD (add "our $" to make grep return only the first occurence of $VERSION):

_lsver=$(grep 'our $VERSION =' ls++|sed -r 's/\$VERSION = (.+);/\1/'|cut -d\' -f2)

salvatoreG commented on 2020-02-08 15:31 (UTC)

Cannot build because of version format

==> Starting pkgver()... ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: 0.68 0.68.117.567ff82 Error making: ls++-git

jswagner commented on 2016-10-15 07:21 (UTC)

Fails to build on fairly clean install. I bypassed my AUR wrapper, this output occurred when running 'makepkg -s'. -- Appending installation info to /home/jason/Downloads/aur/ls++-git/pkg/ls++-git/usr/lib/perl5/core_perl/perllocal.pod [ ! -d /usr/etc ] && mkdir -p /usr/etc mkdir: cannot create directory ‘/usr/etc’: Permission denied make: *** [Makefile:914: install_vendor] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

anthraxx commented on 2015-05-01 22:06 (UTC)

@aajjbb: can't reproduce neither in a clean chroot nor in a testing VM. if you are using an AUR overlay than it may be a bug there.

aajjbb commented on 2015-04-23 06:31 (UTC)

I've just installed ls++ though AUR, and all the files were installed in my / directory, was it supposed to happen ?

anthraxx commented on 2014-12-13 14:08 (UTC)

@AlphaHeX: nor sure how you are building your packages, but the problem is within your build env rather then the package itself. notice how the epoch prefix 1: is missing in the package that you try to read. if you are using some overlay to install from AUR you may want to look into that if it has problems with epochs.

AlphaHeX commented on 2014-12-13 11:11 (UTC)

I'm getting the following error ==> Finished making: ls++-git 1:0.348.71.5c591e1-1 (Sat Dec 13 12:10:22 CET 2014) loading packages... error: 'ls++-git-0.348.71.5c591e1-1*.pkg.tar.xz': could not find or read package

lks commented on 2013-10-08 15:48 (UTC)

It would be better if this script installs to /usr/bin/ls++ and not /usr/bin/vendor_perl/ls++. @