system/fswatch: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:14:00 -04:00
parent cef39735f6
commit ebca52f388
1 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,14 @@
fswatch is a cross-platform file change monitor that receives notifications
when the contents of the specified files or directories are modified.
fswatch is a cross-platform file change monitor that receives
notifications when the contents of the specified files or directories
are modified.
The fswatch.SlackBuild automatically builds the linux variant of fswatch.
The fswatch.SlackBuild automatically builds the linux variant of
fswatch.
If you would like to compile fswatch for another OS, please check the README
files that will be saved to /usr/doc/fswatch-${VERSION}/
If you would like to compile fswatch for another OS, please check the
README files that will be saved to /usr/doc/fswatch-${VERSION}/
The default compiler is clang++ however, if you prefer, fswatch can also be
compiled with g++:
The default compiler is clang++; however, if you prefer, fswatch can
also be compiled with g++:
CXX="g++" ./fswatch.SlackBuild