16 lines
601 B
Bash
16 lines
601 B
Bash
# Template file for 'borgmatic'
|
|
pkgname=borgmatic
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="borgmatic"
|
|
hostmakedepends="python3-setuptools python3-devel"
|
|
makedepends="${hostmakedepends/python3-setuptools/}"
|
|
depends="borg python3-ruamel.yaml python3-pykwalify"
|
|
short_desc="Simple wrapper script for the Borg backup software"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://torsion.org/borgmatic/"
|
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
|
checksum=3d3079f84b2f4e13f7052c109adae358ef3383405e028aa6d3bbb698240de2af
|