From 01f09076452fe45dac176dc2c4fff1ba81f3b5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 16 Oct 2023 03:56:47 +0100 Subject: gentoo auto-resync : 16:10:2023 - 03:56:47 --- app-backup/borgmatic/borgmatic-1.8.3.ebuild | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 app-backup/borgmatic/borgmatic-1.8.3.ebuild (limited to 'app-backup/borgmatic/borgmatic-1.8.3.ebuild') diff --git a/app-backup/borgmatic/borgmatic-1.8.3.ebuild b/app-backup/borgmatic/borgmatic-1.8.3.ebuild new file mode 100644 index 000000000000..7c6b320e3916 --- /dev/null +++ b/app-backup/borgmatic/borgmatic-1.8.3.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 systemd pypi + +DESCRIPTION="Automatically create, prune and verify backups with borgbackup" +HOMEPAGE="https://torsion.org/borgmatic/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" + +# borg is called as an external tool, hence no pythonic stuff +RDEPEND="app-backup/borgbackup + $(python_gen_cond_dep ' +