23 lines
844 B
Bash
23 lines
844 B
Bash
# Template file for 'duplicity'
|
|
pkgname=duplicity
|
|
version=0.8.20
|
|
revision=1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://duplicity.nongnu.org/"
|
|
changelog="http://duplicity.nongnu.org/vers8/CHANGELOG.md"
|
|
distfiles="http://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
|
checksum=bbe4679d37cc5523c2302d6d7933d32f365f7c9aea7ffc7827c45e3b7b2d2234
|
|
|
|
post_install() {
|
|
# drop doc
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|