diff options
author | Erik Falor <ewfalor@gmail.com> | 2014-04-19 08:25:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:44 +0700 |
commit | bc69df93f558e40641e1f0939834ecce5939c3df (patch) | |
tree | 3cd07ef9bf369a923a8556488702ba9bdb6836ba /system/xstow/README | |
parent | 12ecec5704e4387556df5122fff48664c6abe030 (diff) | |
download | slackbuilds-bc69df93f558e40641e1f0939834ecce5939c3df.tar.gz |
system/xstow: Added (manage source installs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xstow/README')
-rw-r--r-- | system/xstow/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/xstow/README b/system/xstow/README new file mode 100644 index 0000000000..5cdf8bedcd --- /dev/null +++ b/system/xstow/README @@ -0,0 +1,9 @@ +XStow is a replacement for GNU Stow written in C++. It supports all features of +GNU Stow with some extensions. Even the command line options are compatible. + +XStow and GNU Stow are programs for managing the installation of software +packages, keeping them separate (/usr/local/stow/emacs vs. +/usr/local/stow/perl, for example) while making them appear to be installed in +the same place (/usr/local). + +XStow installs packages in the exact same way as GNU Stow. |