FS#19732 - [REQUEST] makepkg argument for installing makedepens=()
Attached to Project:
Pacman
Opened by Alexander Straube (a-st) - Sunday, 06 June 2010, 21:46 GMT
Last edited by Allan McRae (Allan) - Thursday, 17 June 2010, 05:22 GMT
Opened by Alexander Straube (a-st) - Sunday, 06 June 2010, 21:46 GMT
Last edited by Allan McRae (Allan) - Thursday, 17 June 2010, 05:22 GMT
|
Details
Hello,
I would like to have a feature in makepkg that installs all the packages specified in makedepends=() Would be great if someone could implement this. My programming skills aren't good enough. :) Thank you very much a-st |
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 17 June 2010, 05:22 GMT
Reason for closing: Fixed
Additional comments about closing: makepkg -so in pacman-3.4
Thursday, 17 June 2010, 05:22 GMT
Reason for closing: Fixed
Additional comments about closing: makepkg -so in pacman-3.4
I would like to have an option which just installs the makedeps and quits.
Something like a combination of "makepkg -s" and "makepkg -o" :)
. PKGBUUILD
pacman -S --needed --asdeps ${makedepends[@]}