diff options
author | B. Watson <yalhcru@gmail.com> | 2020-09-18 19:44:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-19 08:55:01 +0700 |
commit | c8894756c3b34d755204e6298d1ae1737670cf50 (patch) | |
tree | f8519cfbebfbd867a17ff81998f47b2f6fd50e9a /development/cmake-202x/slack-desc | |
parent | ad12611654b13c8bbbf13970ee97aa5372612ca4 (diff) | |
download | slackbuilds-c8894756c3b34d755204e6298d1ae1737670cf50.tar.gz |
development/cmake-202x: Added (cross-platform, FOSS make system)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cmake-202x/slack-desc')
-rw-r--r-- | development/cmake-202x/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/cmake-202x/slack-desc b/development/cmake-202x/slack-desc new file mode 100644 index 0000000000..fe365b638b --- /dev/null +++ b/development/cmake-202x/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 ':'. + + |-----handy-ruler------------------------------------------------------| +cmake-202x: cmake-202x (cross-platform, open-source make system) +cmake-202x: +cmake-202x: CMake is used to control the software process using simple platform +cmake-202x: and compiler independent configuration files. CMake generates +cmake-202x: native makefiles and workspaces that can be used in the +cmake-202x: compiler environment of your choice. +cmake-202x: +cmake-202x: This version of cmake is much newer than the version included in +cmake-202x: Slackware 14.2. It installs to /opt, so it won't conflict with the +cmake-202x: OS-provided cmake package. +cmake-202x: |