Files
termux-packages/packages/htslib/build.sh
termux-pacman-bot ad5a2d2764 bump(main/htslib): 1.23
This commit has been automatically submitted by Github Actions.
2025-12-16 20:06:29 +00:00

18 lines
728 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/samtools/htslib
TERMUX_PKG_DESCRIPTION="C library for high-throughput sequencing data formats"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.23"
TERMUX_PKG_SRCURL=https://github.com/samtools/htslib/releases/download/${TERMUX_PKG_VERSION}/htslib-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=63927199ef9cea03096345b95d96cb600ae10385248b2ef670b0496c2ab7e4cd
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="libbz2, liblzma, zlib, libdeflate, libcurl"
# error: assigning to 'uint8x8_t' (vector of 8 'uint8_t' values) from incompatible type 'int'
TERMUX_PKG_EXCLUDED_ARCHES="arm"
termux_step_pre_configure() {
autoreconf -fi
}