new package: logrotate (#6315)
* new package: logrotate * fix build error * Update build.sh
This commit is contained in:
parent
38adadab32
commit
b141100bd4
12
packages/logrotate/build.sh
Normal file
12
packages/logrotate/build.sh
Normal file
@ -0,0 +1,12 @@
|
||||
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="Rabby Sheikh @shoya0x00"
|
||||
TERMUX_PKG_VERSION=3.18.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/logrotate/logrotate/releases/download/${TERMUX_PKG_VERSION}/logrotate-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=841f81bf09d0014e4a2e11af166bb33fcd8429cc0c2d4a7d3d9ceb3858cfccc5
|
||||
TERMUX_PKG_DEPENDS="libpopt, libandroid-glob"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
LDFLAGS+=" -landroid-glob"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user