You are not logged in.
Hello,
Suppose I have a set of packages to be grouped together so that I can do
pacman -S <pkg_group_name>
to install all the packages in that group, how do I do this?
Thanks for your help,
Anand
Offline
groups=('pkg_group_name')
in the PKGBUILDS.
man makepkg, for future ref.
Offline