new package: libxls

This commit is contained in:
Tee KOBAYASHI 2022-01-26 18:20:56 +09:00 committed by xtkoba
parent 121072e068
commit 3f90242ebd
2 changed files with 13 additions and 0 deletions

11
packages/libxls/build.sh Normal file
View File

@ -0,0 +1,11 @@
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.2
TERMUX_PKG_SRCURL=https://github.com/libxls/libxls/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2f836fcef6372c6bc882c3e80bfd3043812e2fc4d4534022a25b24fe801b1770
termux_step_pre_configure() {
autoreconf -fi
}

View File

@ -0,0 +1,2 @@
TERMUX_SUBPKG_INCLUDE="bin/ share/man/man1/"
TERMUX_SUBPKG_DESCRIPTION="A command-line tool for converting XLS to CSV"