source "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=gulrak-filesystem
         VERSION=1.5.12
          SOURCE="filesystem-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/gulrak/filesystem/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:2cba74921104fa84547288ff983260ce1e81967df6a7d2a334074826c355c72945ad64e6979cd302a23c5e3a398990706b01fc573c046512e9f508edca9da12c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/filesystem-${VERSION}"
        WEB_SITE="https://github.com/gulrak/filesystem/"
      LICENSE[0]="MIT"
         ENTERED=20221213
           SHORT="implementation of C++17 std::filesystem for C++11/C++14/C++17/C++20"
cat << EOF
This is a header-only single-file std::filesystem compatible
helper library, based on the C++17 and C++20 specs, but implemented
for C++11, C++14, C++17 or C++20
(tightly following the C++17 standard with very few documented exceptions).
EOF
