          MODULE=librsync
         VERSION=2.3.4
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/librsync/librsync/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f
        WEB_SITE=http://librsync.sourceforge.net
         ENTERED=20070603
         UPDATED=20230808
           SHORT="Library that implements the rsync remote-delta algorithm"

cat << EOF
librsync is a free software library that implements the rsync remote-delta
algorithm. This algorithm allows efficient remote updates of a file, without
requiring the old and new versions to both be present at the sending end. The
library uses a "streaming" design similar to that of zlib with the aim of
allowing it to be embedded into many different applications.
EOF
