           SPELL=musl-fts
         VERSION=1.2.7
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/void-linux/$SPELL/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:949f73b9406b06bd8712c721b4ec89afcb37d4eaef5666cccf3712242d3a57fc0acf3ca994934e0f57c1e92f40521a9370132a21eb6d1957415a83c76bf20feb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/void-linux/musl-fts"
      LICENSE[0]="BSD-3-Clause"
         ENTERED=20190525
        KEYWORDS=""
           SHORT="Implementation of fts(3) for musl libc"
cat << EOF
The musl-fts package implements the fts(3) functions fts_open, fts_read,
fts_children, fts_set and fts_close, which are missing in musl libc.

It uses the NetBSD implementation to build a static library and the header file.
EOF
