Search Criteria
Package Details: cw 1.0.16-4
Git Clone URL: | https://aur.archlinux.org/cw.git (read-only, click to copy) |
---|---|
Package Base: | cw |
Description: | A non-intrusive real-time ANSI color wrapper for common unix-based commands |
Upstream URL: | http://cwrapper.sourceforge.net |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | martinbaillie |
Maintainer: | martinbaillie |
Last Packager: | martinbaillie |
Votes: | 8 |
Popularity: | 0.000244 |
First Submitted: | 2016-01-08 11:28 |
Last Updated: | 2016-01-09 02:32 |
Latest Comments
finkrer commented on 2020-03-31 21:54
To make this compile, I changed both references to 'isastream' in cw.c to 'fcntl (slave, F_GETFD) < 0'.
Also, wrapping 'file' absolutely does cause issues, namely makepkg fails a lot of the time. I recommend disabling that particular wrapper.
Ataraxy commented on 2017-10-31 09:13
Please copy binaries rather than symlink them:
# ls -ld /{usr,}/{s,}bin/cwe
lrwxrwxrwx 1 root root 45 Aug 5 17:02 //bin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw
lrwxrwxrwx 1 root root 45 Aug 5 17:02 //sbin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw
lrwxrwxrwx 1 root root 45 Aug 5 17:02 /usr/bin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw
lrwxrwxrwx 1 root root 45 Aug 5 17:02 /usr/sbin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw
Also, please ensure the same are removed on uninstall (I have dead symlinks remaining)