# Template file for 'libgit2' pkgname=libgit2 version=0.26.0 revision=1 build_style=cmake hostmakedepends="python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel" short_desc="The Git linkable library" maintainer="Juan RP " homepage="http://libgit2.github.com/" license="GPL-2 with Linking Exception" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" checksum=6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac configure_args="-DTHREADSAFE=ON" case "$XBPS_TARGET_MACHINE" in *-musl) # Don't use qsort_r, see src/util.c CFLAGS="-D__ANDROID_API__" ;; esac libgit2-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }