          MODULE=TECkit
         VERSION=2.5.12
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/silnrsi/teckit/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:0ede00cc473fada257a440f590c754af3608076d3d986647af9653ace119b9d5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/teckit-$VERSION
        WEB_SITE=https://software.sil.org/teckit/
         ENTERED=20110225
         UPDATED=20250112
           SHORT="Text Encoding Conversion toolkit"

cat << EOF
TECkit is a low-level toolkit intended to be used by other applications
that need to perform encoding conversions (e.g. when importing legacy
data into a Unicode-based application). The primary component of the
TECkit package is therefore a library that performs conversions -- this
is the TECkit engine. The engine relies on mapping tables in a specific
binary format. There is a compiler that creates such tables from a
human-readable mapping description (a simple text file).
EOF
