mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
duplicity: update to 0.8.23, split subpkg, update homepage
This commit is contained in:
parent
7ef52d0039
commit
bd2e09e347
2 changed files with 13 additions and 9 deletions
1
srcpkgs/duplicity-doc
Symbolic link
1
srcpkgs/duplicity-doc
Symbolic link
|
@ -0,0 +1 @@
|
|||
duplicity
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.8.20
|
||||
revision=2
|
||||
version=0.8.23
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="gettext python3-setuptools_scm"
|
||||
makedepends="python3-devel librsync-devel"
|
||||
|
@ -11,12 +11,15 @@ checkdepends="$depends python3-pytest python3-mock python3-pexpect
|
|||
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
|
||||
homepage="https://duplicity.gitlab.io"
|
||||
changelog="${homepage}/vers8/CHANGELOG.html"
|
||||
distfiles="https://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=b24aec0df4849a71de64b743fe9957f09bb80259898e455bdc612c78bdb374e2
|
||||
|
||||
post_install() {
|
||||
# drop doc
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
duplicity-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue