           SPELL=samurai
         VERSION=1.2
          SOURCE="$SPELL-$VERSION.tar.gz"
# Watch: https://git.sr.ht/~mcf/samurai/refs archive/([0-9.]+)[.]tar
   SOURCE_URL[0]="https://github.com/michaelforney/$SPELL/releases/download/$VERSION/$SOURCE"
     SOURCE_HASH=sha512:bbe6a582c34b04f1df53b76c1647aa3e03c4698ebf7591a203935f11ffa05971bbcb86dc1a8c06aeb904cdc741abb08918122810fc47216fed0a6d9f87fd1225
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/michaelforney/samurai"
      LICENSE[0]="Apache-2.0"
         ENTERED=20190520
        KEYWORDS=""
           SHORT="ninja-compatible build tool written in C"
cat << EOF
Samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.
EOF
