0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-23 01:07:10 +00:00
Termux Github Actions 0a99be1f25 bump(main/logrotate): 3.22.0
This commit has been automatically submitted by Github Actions.
2024-06-01 18:10:24 +00:00

14 lines
615 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/logrotate/logrotate
TERMUX_PKG_DESCRIPTION="Simplify the administration of log files on a system which generates a lot of log files"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.22.0"
TERMUX_PKG_SRCURL=https://github.com/logrotate/logrotate/releases/download/${TERMUX_PKG_VERSION}/logrotate-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=42b4080ee99c9fb6a7d12d8e787637d057a635194e25971997eebbe8d5e57618
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libpopt, libandroid-glob"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
}