diff options
author | Pedro R.M. JĂșnior <pedrormjunior@gmail.com> | 2018-10-09 06:12:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-09 06:12:54 +0700 |
commit | c5dc880d30d5de8b950672f835ddddba1ea9dc0a (patch) | |
tree | 83236c6ba888af20774c77d1176729be92fe4047 /system/stow/slack-desc | |
parent | d2229306e897c9f87d821cf028f2b7c053a8e1b2 (diff) |
system/stow: Added (manage source installs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/stow/slack-desc')
-rw-r--r-- | system/stow/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/stow/slack-desc b/system/stow/slack-desc new file mode 100644 index 0000000000000..694ec415d7b2c --- /dev/null +++ b/system/stow/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------------------------------------------------------| +stow: stow (manage source installs) +stow: +stow: GNU Stow is a symlink farm manager which takes distinct packages of +stow: software and/or data located in separate directories on the +stow: filesystem, and makes them appear to be installed in the same place. +stow: +stow: This is particularly useful for keeping track of system-wide and +stow: per-user installations of software built from source, but can also +stow: facilitate a more controlled approach to management of configuration +stow: files in the user's home directory, especially when coupled with +stow: version control systems. |