app-backup/duply: add 2.5.5

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-07 22:49:28 +01:00
parent 8f164fd37e
commit 7d85e5934f
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST duply_2.5.2.tgz 54034 BLAKE2B 918553c620a3fcf7b1b52b3ebfac1bdd94da75bdbb55f1f1489a52952d2e514066670577642ef06fd4c1420a9c0b2a3c6faca1dc82b7d6b55c8173ee46bfc1f4 SHA512 79c2260fcfe9d0282c96bb0b7a11ac3f29f836bfb799665d4d7ac5c3682743f17b650a056a5e3b755a316aa971727e610cc0b68d06190271a33c9030c3d2fa53
DIST duply_2.5.5.tgz 55049 BLAKE2B a03320b255e49d042c4a28835238bed031750bffec24c650733388f26b0e73affac64c06ecbc1c2615f5b928696b1a2b9b720676ee454f6f3be7865dc8e9d3f3 SHA512 f04d12ca3421e39531c2f2713ea1ad8d24916f35f6acae1d597963d7664056b5970404c9c186682f4e9c00a42846d147f12eb45541c236d965dddf8597838f48

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Shell frontend for duplicity"
HOMEPAGE="https://duply.net"
SRC_URI="https://downloads.sourceforge.net/project/ftplicity/${PN}%20%28simple%20duplicity%29/$(ver_cut 1-2).x/${PN}_${PV}.tgz"
S="${WORKDIR}/${PN}_${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-text/txt2man"
RDEPEND="app-backup/duplicity"
src_install() {
dobin ${PN}
./${PN} txt2man > ${PN}.1 || die
doman ${PN}.1
dodoc CHANGELOG.txt
}