void-packages/srcpkgs/rsnapshot/template
Nathan Owens 4c6f9b8fd3 rsnapshot: update to 1.4.3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-16 20:43:32 +01:00

21 lines
646 B
Bash

# Template file for 'rsnapshot'
pkgname=rsnapshot
version=1.4.3
revision=1
archs=noarch
build_style=gnu-configure
hostmakedepends="perl rsync openssh"
makedepends="perl-Lchown"
depends="perl perl-Lchown rsync openssh"
short_desc="Remote filesystem snapshot utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.rsnapshot.org"
distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz"
checksum=2b0c7aad3e14e0260513331425a605d73c3bdd7936d66d418d7714a76bc55bd1
conf_files="/etc/${pkgname}.conf"
post_install() {
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
}