         MODULE=libarchive
        VERSION=3.8.9
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/libarchive/libarchive/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:744346f6bca195c8f894f847bb32a16e9bcae6002624a58fadc81e80f595b3cb
       WEB_SITE=https://libarchive.org
           TYPE=cmake
        ENTERED=20080124
        UPDATED=20260728
          SHORT="create and read several different streaming archive formats"

cat << EOF
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants, several cpio
formats, and both BSD and GNU ar variants. It can also write shar archives and
read ISO9660 CDROM images and ZIP archives. The bsdtar program is an
implementation of tar(1) that is built on top of libarchive. It started as a
test harness, but has grown into a feature-competitive replacement for GNU tar.
EOF
