12 Jul
2007
12 Jul
'07
10:27 p.m.
On Fri, 2007-07-13 at 00:20 +0200, Thomas Bächler wrote:
Dan McGee schrieb:
2) pacman should have a -Q --license option to view the license of a package.
pacman -Qi <package> | grep License | awk '{print $3 }' gets the job done for me. Obviously not the prettiest, but this seems like feature bloat to add this.
No, it should actually show the license itself in less, not just the license name.
Extend it with a check for custom, then grab the license file from /usr/share/licences. Think all of this can be implemented with 5 lines of bash code.