#!/bin/sh

perl -MALPM=/etc/pacman.conf -e '
print substr( sprintf( "%-16s * %s", $_->name, $_->desc ), 0, 78 ), "\n"
  for ALPM->localdb->pkgs;
'
