void-packages/srcpkgs/zfs-auto-snapshot/template
2020-01-25 09:06:06 +01:00

24 lines
793 B
Bash

# Template file for 'zfs-auto-snapshot'
pkgname=zfs-auto-snapshot
version=1.2.4
revision=2
archs=noarch
wrksrc="${pkgname}-upstream-${version}"
build_style=gnu-makefile
short_desc="ZFS automatic snapshot service"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/zfsonlinux/zfs-auto-snapshot"
distfiles="${homepage}/archive/upstream/${version}.tar.gz"
checksum=307f71f748cacf5149532891dc3174365a4494337d9cfc8e619d9038080f3e9b
conf_files="/etc/cron.*/zfs-auto-snapshot"
pre_install() {
# The "frequent" crontab contais a PATH= directive, which is not
# supported with the dcron package and is otherwise unnecessary
vsed -i 's/^PATH=/#PATH=/' etc/zfs-auto-snapshot.cron.frequent
}
post_install() {
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
}