borgbackup: Improved SUMMATY/DESCRIPTION, fixed linebreaks

This commit is contained in:
Humdinger
2023-05-17 11:58:40 +02:00
parent cf20b5a769
commit 633331ca8a

View File

@@ -1,17 +1,17 @@
SUMMARY="Deduplicating backup program with compression and authenticated encryption"
DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.
SUMMARY="Backup program with compression and authenticated encryption"
DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program for the \
commandline. Optionally, it supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored.
The authenticated encryption technique makes it suitable for backups to not
fully trusted targets."
The main goal of Borg is to provide an efficient and secure way to backup data. The \
data deduplication technique used makes Borg suitable for daily backups since only \
changes are stored.
The authenticated encryption technique makes it suitable for backups to not fully \
trusted targets."
HOMEPAGE="https://www.borgbackup.org/"
COPYRIGHT="2015-2023 The Borg Collective
2010-2014 Jonas Borgström"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/borgbackup/borg/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="fd9732b7c71e4f3d12b67e54d2fcda18e1c205c55a93df21ff80d006ab047214"
SOURCE_FILENAME="borgbackup-$portVersion.tar.gz"