Stash - A script that eases the installation of software into a user's home directory.
Updated by FastRunner on Monday, September 20th 2004.
Stash is a Perl script that aims to make it easierfor you to install, track, and maintain packagesand modules in your home directory. It performsthis magic by detecting what type of package ormodule you are installing and then passing all thecorrect command line arguments to the relevantconfigure scripts and makefiles. It is extensiblevia custom packages, and it tracks botharchitecture dependent and architectureindependent packages in separate directories sothat they might be shared across systems. Package tracking is done using symlinks in a way not unlike GNU stow.