void-packages/srcpkgs/duplicity/template

26 lines
891 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=1.2.1
revision=2
build_style=python3-module
hostmakedepends="gettext python3-setuptools_scm"
makedepends="python3-devel librsync-devel"
depends="python3-fasteners gnupg python3-future python3-urllib3"
checkdepends="$depends python3-pytest python3-mock python3-pexpect
tar par2cmdline"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
maintainer="dkwo <npiazza@disroot.org>"
license="GPL-2.0-or-later"
homepage="https://duplicity.gitlab.io"
changelog="https://gitlab.com/duplicity/duplicity/-/raw/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/duplicity/duplicity-${version}.tar.gz"
checksum=15d768fb0ab86a30d734011e6e6371b3c6752e13ab239057c22d291324932099
duplicity-doc_package() {
short_desc+=" - documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
}