void-packages/srcpkgs/duplicity/template
Alessio Sergi bf168dd6f6 duplicity: drop backblaze-b2 as hard dependency
- it's a optional dependency
- can be switched to using python3 at later time
2018-09-01 02:01:04 +02:00

29 lines
880 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=0.7.18.1
revision=2
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
depends="python-fasteners"
pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"
_changelog="http://duplicity.nongnu.org/CHANGELOG"
license="GPL-2"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=c935019ed953e4767df8d39765c4dd41198709a14668e823e2e9e3e20710809d
post_extract() {
chmod 0644 bin/*.1
}
do_check() {
python2 setup.py test
}
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}