          MODULE=libostree
         VERSION=2025.7
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/ostreedev/ostree/releases/download/v$VERSION/
      SOURCE_VFY=sha256:af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b
        WEB_SITE=https://github.com/ostreedev/ostree/
         ENTERED=20191214
         UPDATED=20251113
           SHORT="Operating system and container binary deployment and upgrades"

cat << EOF
libostree is both a shared library and suite of command line tools that combines
a "git-like" model for committing and downloading bootable filesystem trees,
along with a layer for deploying them and managing the bootloader configuration.
Features:
 - Transactional upgrades and rollback for the system
 - Replicating content incrementally over HTTP via GPG signatures and "pinned
   TLS" support
 - Support for parallel installing more than just 2 bootable roots
 - Binary history on the server side (and client)
 - Introspectable shared library API for build and deployment systems
 - Flexible support for multiple branches and repositories, supporting projects
   like flatpak which use libostree for applications, rather than hosts.
EOF
