. "$GRIMOIRE/FUNCTIONS"
           SPELL=libuargp
         VERSION=$(get_scm_version)
          SOURCE="$SPELL-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/xhebox/$SPELL.git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.bz2}"
        WEB_SITE="https://github.com/xhebox/libuargp"
      LICENSE[0]="LGPLv2.1"
         ENTERED=20190408
        KEYWORDS=""
           SHORT="Hierarchical argument parsing library"
cat << EOF
This library provides a stand-alone implementation of glibc's argp for use with other libc implementations.
EOF
