           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
