17 lines
747 B
Bash
17 lines
747 B
Bash
# Template file for 'borgmatic'
|
|
pkgname=borgmatic
|
|
version=1.9.2
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema
|
|
python3-colorama python3-requests"
|
|
checkdepends="${depends} python3-pytest-cov python3-flexmock python3-apprise"
|
|
short_desc="Wrapper script for the Borg backup software"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://torsion.org/borgmatic/"
|
|
changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS"
|
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
|
checksum=bddfc0a75312a4b40108b7acfbcd42f28c82eba314760c6616ac56ace4e96cc2
|