20 lines
673 B
Bash
20 lines
673 B
Bash
# Template file for 'logrotate'
|
|
pkgname=logrotate
|
|
version=3.21.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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/logrotate/logrotate"
|
|
distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
|
|
checksum=8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516
|
|
make_dirs="/etc/logrotate.d 0755 root root"
|
|
|
|
post_install() {
|
|
vconf ${FILESDIR}/logrotate.conf
|
|
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
|
|
}
|