mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rsnapshot: update to 1.4.5.
This commit is contained in:
parent
79e9a1042c
commit
4117702084
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'rsnapshot'
|
# Template file for 'rsnapshot'
|
||||||
pkgname=rsnapshot
|
pkgname=rsnapshot
|
||||||
version=1.4.4
|
version=1.4.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
make_check_target="test"
|
||||||
hostmakedepends="perl rsync openssh"
|
hostmakedepends="perl rsync openssh"
|
||||||
makedepends="perl-Lchown"
|
makedepends="perl-Lchown"
|
||||||
depends="perl perl-Lchown rsync openssh"
|
depends="perl perl-Lchown rsync openssh"
|
||||||
|
@ -12,8 +13,8 @@ license="GPL-2.0-only"
|
||||||
homepage="https://www.rsnapshot.org"
|
homepage="https://www.rsnapshot.org"
|
||||||
changelog="https://raw.githubusercontent.com/rsnapshot/rsnapshot/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/rsnapshot/rsnapshot/master/ChangeLog"
|
||||||
distfiles="https://www.rsnapshot.org/downloads/rsnapshot-${version}.tar.gz"
|
distfiles="https://www.rsnapshot.org/downloads/rsnapshot-${version}.tar.gz"
|
||||||
checksum=c1cb7cb748c5a9656c386362bdf6c267959737724abb505fbf9e940a9d988579
|
checksum=10b75e01ca25511e8266aacd495531975ad1a8ad556216b6a57c76d028b38242
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/rsnapshot.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue