15 lines
625 B
Bash
15 lines
625 B
Bash
# Template file for 'rdiff-backup'
|
|
pkgname=rdiff-backup
|
|
version=2.0.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="python3-devel librsync-devel"
|
|
depends="python3 python3-pyxattr"
|
|
short_desc="Local/remote mirroring and incremental backups"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://rdiff-backup.net/"
|
|
changelog="https://github.com/rdiff-backup/rdiff-backup/raw/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/r/rdiff-backup/rdiff-backup-${version}.tar.gz"
|
|
checksum=305f1c7bf675b1d14ee929b033f8e33f98b2242dbc1a0d37d98f2f530718a1c5
|