summaryrefslogtreecommitdiffstats
path: root/development/samurai/README
diff options
context:
space:
mode:
author Hunter Sezen2018-05-23 01:49:34 +0200
committer Willy Sudiarto Raharjo2018-05-26 01:59:24 +0200
commit5a49e43f8e16fb6b388a7063940be1e0ae280990 (patch)
treeeb0775e6738bf6a3b7d245a1491108755a80ba63 /development/samurai/README
parenta524c290c2f657b241780d70b7026fbe4096fa61 (diff)
downloadslackbuilds-5a49e43f8e16fb6b388a7063940be1e0ae280990.tar.gz
development/samurai: Added (ninja-compatible build tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/samurai/README')
-rw-r--r--development/samurai/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/samurai/README b/development/samurai/README
new file mode 100644
index 0000000000..27a71ab071
--- /dev/null
+++ b/development/samurai/README
@@ -0,0 +1,10 @@
+samurai is a ninja-compatible build tool written in C99 with a focus on
+simplicity, speed, and portability.
+
+samurai implements the ninja build language through version 1.8.2 except
+for MSVC dependency handling (deps = msvc). It uses the same format for
+.ninja_log and .ninja_deps as ninja, currently version 5 and 3
+respectively.
+
+It is largely feature-complete and supports most of the same options as
+ninja.