diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2015-10-28 22:47:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-28 22:47:42 +0700 |
commit | ffd3844f54bb2581b1318c4aad9cf5e2ea61d014 (patch) | |
tree | 389dce381ef3af6ab52366b6dcd7139e94625de3 /development/ninja/slack-desc | |
parent | f9d05a005b3892e6b172f78837f51cf2d5bc97c7 (diff) | |
download | slackbuilds-ffd3844f54bb2581b1318c4aad9cf5e2ea61d014.tar.gz |
development/ninja: Added (small build system with a focus on speed).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ninja/slack-desc')
-rw-r--r-- | development/ninja/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ninja/slack-desc b/development/ninja/slack-desc new file mode 100644 index 0000000000..a04b84adce --- /dev/null +++ b/development/ninja/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------------------------------------------------------| +ninja: ninja (small build system with a focus on speed) +ninja: +ninja: Ninja is a small build system with a focus on speed. It differs from +ninja: other build systems in two major respects: it is designed to have its +ninja: input files generated by a higher-level build system, and it is +ninja: designed to run builds as fast as possible. +ninja: +ninja: +ninja: +ninja: +ninja: |