           SPELL=flex
         VERSION=2.6.4
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=BSD
# Watch: https://github.com/westes/flex/releases
        WEB_SITE=https://github.com/westes/flex
   SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
         SOURCE2="${SOURCE}.sig"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
      SOURCE_GPG="westes.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
         ENTERED=20010922
        KEYWORDS="generator devel"
           SHORT="Flex is a fast lexical analyser generator."
cat << EOF
Flex is a fast lexical analyser generator. It is a tool for
generating programs that perform pattern-matching on text. There are
many applications for Flex, including writing compilers in
conjunction with GNU Bison. Flex is a free implementation of the well 
known Lex program. It features a Lex compatibility mode, and also
provides several new features such as exclusive start conditions.
EOF
