          MODULE=bgrep
         VERSION=0.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE-$VERSION
      SOURCE_URL=https://github.com/tmbinc/$MODULE/archive/refs/tags
      SOURCE_VFY=sha256:24c02393fb436d7a2eb02c6042ec140f9502667500b13a59795388c1af91f9ba
        WEB_SITE=https://github.com/tmbinc/bgrep/
         ENTERED=20250908
         UPDATED=20250908
           SHORT="Binary grep"

cat << EOF
Binary grep. I'm terribly annoyed by the fact that grep(1) cannot look for
binary strings. I'm even more annoyed by the fact that a simple search for
"binary grep" doesn't yield a tool which could do that. So I wrote one.
EOF
