void-packages/srcpkgs/duplicity/template

24 lines
714 B
Bash

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