summaryrefslogtreecommitdiffstats
path: root/devel/ninja-build-system/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ninja-build-system/DETAILS')
-rwxr-xr-xdevel/ninja-build-system/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/ninja-build-system/DETAILS b/devel/ninja-build-system/DETAILS
new file mode 100755
index 0000000000..2128a35274
--- /dev/null
+++ b/devel/ninja-build-system/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ninja-build-system
+ VERSION=1.5.1
+ SOURCE="ninja-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/martine/ninja/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:ab82389ee88bd68ec57e720dabb47494371990dca581cf9bb35650177164f04bf41c81ab3e5019a370eeacc7f5f49ae81d41d8b21e1b07cc8abedce37e00da61
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ninja-${VERSION}"
+ WEB_SITE="http://martine.github.io/ninja/"
+ LICENSE[0]=APACHE
+ ENTERED=20140212
+ SHORT="a small build system with a focus on speed"
+cat << EOF
+Ninja is a small build system with a focus on speed. It differs from other
+build systems in two major respects: it is designed to have its input files
+generated by a higher-level build system, and it is designed to run builds
+as fast as possible.
+EOF