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/slack-desc | |
parent | 12ecec5704e4387556df5122fff48664c6abe030 (diff) |
system/xstow: Added (manage source installs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xstow/slack-desc')
-rw-r--r-- | system/xstow/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/xstow/slack-desc b/system/xstow/slack-desc new file mode 100644 index 000000000000..34fc05e19548 --- /dev/null +++ b/system/xstow/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +xstow: xstow (manage source installs) +xstow: +xstow: XStow is a replacement for GNU Stow written in C++. It supports all +xstow: features of GNU Stow with some extensions. Even the command line +xstow: options are compatible. +xstow: +xstow: XStow is a program for managing the installation of software packages +xstow: keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl +xstow: for example) while making them appear to be installed in the same +xstow: place (/usr/local). +xstow: |