. "$GRIMOIRE/MESON_FUNCTIONS"
           SPELL=inih
         VERSION=62
     SOURCE_HASH=sha512:206ddfaa55d29396c3a44f8d1dfcf578c5ebf892e81fe875cd6b4ec2af5cccf400ca13fc6585b6d8232bd122bd8aef7522bfc83898b5609b29c20bad9390ee02
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/benhoyt/${SPELL}/archive/r${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-r${VERSION}"
        WEB_SITE="https://github.com/benhoyt/inih"
      LICENSE[0]=BSD
         ENTERED=20201212
           SHORT="a simple .INI file parser written in C"
cat << EOF
inih (INI Not Invented Here) is a simple .INI file parser written in C. It's
only a couple of pages of code, and it was designed to be small and simple,
so it's good for embedded systems. It's also more or less compatible with
Python's ConfigParser style of .INI files, including RFC 822-style multi-line
syntax and name: value entries.
EOF
