termux-packages/packages/libgit2/build.sh

8 lines
411 B
Bash

TERMUX_PKG_HOMEPAGE=https://libgit2.github.com/
TERMUX_PKG_DESCRIPTION="C library implementing Git core methods"
TERMUX_PKG_VERSION=0.27.7
TERMUX_PKG_SHA256=1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531
TERMUX_PKG_SRCURL=https://github.com/libgit2/libgit2/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libcurl, openssl, libssh2"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_CLAR=OFF"