mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
33ae263238
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
479 B
Text
8 lines
479 B
Text
tup (A file-based build system)
|
|
Tup is a file-based build system for Linux, OSX, and Windows. It
|
|
takes as input a list of file changes and a directed acyclic graph
|
|
(DAG). It then processes the DAG to execute the appropriate commands
|
|
required to update dependent files. Updates are performed with very
|
|
little overhead since tup implements powerful build algorithms to
|
|
avoid doing unnecessary work. This means you can stay focused on
|
|
your project rather than on your build system.
|