I've put this on the AUR
Or just, you know, download the script and put it wherever you like.
Depends on nokogiri.
See pkgcl -h
It also takes newline delimited stdin, so I like doing this:
sudo pacman -Sy; pacman -Qqu | pkgcl
.
I've tested this with ruby 1.9.3p0 (2011-10-30 revision 33570)
and nokogiri (1.5.0)
.
This is my first ruby script that does anything useful, so I may have made grave errors. Any and all suggestions are welcome!
Licensed under the WTFPL