diff options
author | Charadon <dev@iotib.net> | 2022-09-23 23:47:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:43 +0700 |
commit | 33ae2632387b33a51424cbf779e672f930a0ef54 (patch) | |
tree | 6da8eb4f9c9b10569c12fadd599849437b410b36 /development/tup/slack-desc | |
parent | 84aaccce8d293869e4e0ac534e52b4df5c12d669 (diff) | |
download | slackbuilds-33ae2632387b33a51424cbf779e672f930a0ef54.tar.gz |
development/tup: Added (A file-based build system)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tup/slack-desc')
-rw-r--r-- | development/tup/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/tup/slack-desc b/development/tup/slack-desc new file mode 100644 index 0000000000..90101dd6d6 --- /dev/null +++ b/development/tup/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------------------------------------------------------| +tup: tup (A file-based build system) +tup: +tup: Tup is a file-based build system for Linux, OSX, and Windows. It +tup: takes as input a list of file changes and a directed acyclic graph +tup: (DAG). It then processes the DAG to execute the appropriate commands +tup: required to update dependent files. Updates are performed with very +tup: little overhead since tup implements powerful build algorithms to +tup: avoid doing unnecessary work. This means you can stay focused on +tup: your project rather than on your build system. +tup: +tup: |