          MODULE=libarchive
         VERSION=3.8.7
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/libarchive/libarchive/releases/download/v${VERSION}/
      SOURCE_VFY=sha256:d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774
        WEB_SITE=https://libarchive.org
         ENTERED=20080124
         UPDATED=20260413
           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
