void-packages/srcpkgs/duplicity/template

22 lines
692 B
Plaintext

# Template file for 'duplicity'
pkgname=duplicity
version=0.6.25
revision=1
build_style="python-module"
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
depends="python-lockfile"
pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
maintainer="Steven R <dev@styez.com>"
update_ignore="0.7.*"
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}