           SPELL=rw
          SPELLX=${SPELL}-portable
         VERSION=1.0
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://sortix.org/${SPELL}/release/${SOURCE}
     SOURCE_HASH=sha512:b4358a8caad594dbfe7795008017c2ebaca498c9f843336cdb1d7e122e1c9be78b5c01a4ecf8c37f4238cb0ddbdacb1ba5e4281797113fa34b122e4ab3894a97
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://sortix.org/rw/
         ENTERED=20180531
      LICENSE[0]=ISC
        KEYWORDS=""
           SHORT="Sortix dd replacement"
cat << EOF
rw is a program that reads blocks from the standard input and copies them to
the standard output until the end of the standard input.

rw is designed to be a replacement for dd, providing only the the core
blockwise I/O. It has a standard command line interface with dashed options,
useful and efficient defaults, and is simpler because it doesn't support
converting the input (e.g. converting ASCII to/from EBCDIC).
EOF
