Files
termux-packages/packages/libxls/build.sh
termux-pacman-bot 168c8a7f8f fix(main/gflags,libxls): Rebuild
Rebuild packages not in the repository (see #26261 and #26227).
2025-09-12 00:50:18 +00:00

15 lines
578 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/libxls/libxls
TERMUX_PKG_DESCRIPTION="A C library for reading Excel files in the nasty old binary OLE format"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.6.3"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/libxls/libxls/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=587c9f0ebb5647eb68ec1e0ed8c3f7f6102622d6dd83473a21d3a36dee04eed7
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--program-prefix=lib"
termux_step_pre_configure() {
autoreconf -fi
}