void-packages/srcpkgs/logrotate/template

18 lines
629 B
Bash

# Template file for 'logrotate'
pkgname=logrotate
version=3.15.0
revision=1
build_style=gnu-configure
makedepends="acl-devel popt-devel"
conf_files="/etc/logrotate.conf"
short_desc="Log file rotation and periodic maintenance"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/logrotate/logrotate"
distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
checksum=313612c4776a305393454c874ef590d8acf84c9ffa648717731dfe902284ff8f
post_install() {
vconf ${FILESDIR}/logrotate.conf
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
}