           SPELL=reflex
         VERSION=20170521
          SOURCE=${SPELL}-${VERSION}.tgz
         SOURCE2=${SOURCE}.asc
   SOURCE_URL[0]=http://invisible-mirror.net/archives/${SPELL}/${SOURCE}
   SOURCE_URL[1]=https://invisible-mirror.net/archives/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
      SOURCE_GPG=dickey.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
      LICENSE[0]=BSD
        WEB_SITE=http://invisible-island.net/reflex/
         ENTERED=20170923
        KEYWORDS="generator devel"
           SHORT="fast lexical scanner"
cat << EOF
This is a variant of the flex fast lexical scanner.

Flex was written in the early 1990s by Verne Paxson.

Originally written in K&R C, Thomas E. Dickey modified it to conform to ANSI C,
and made other improvements, but kept it compatible with Paxson's 2.5.4 release
(as well as POSIX lex).
EOF
