Closed olebowle closed 9 years ago
To keep things simple, aurget does not implement anything that can already be done by modifying the behavior of makepkg
directly. In this case, you can disable compression easily by editing makepkg.conf
or export
ing this variable in your shell rc.
Hi,
could you please add an option to aurget to disable compressing packages prior to installing them? When installing large binary packages like dropbox, most of the time is spent compressing the package, which will be deleted after installing in most cases anyway. Basically one needs set the variable
PKGEXT=.tar
prior to invoking makepkg. Pacman is happy with installing uncompressed packages. I kind of hackedmakepkg_options
for my needs, but I guess are cleaner approach would be nicer.Cheers, olebowle