mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bat: rebuild for libgit2-1.5.0
This commit is contained in:
parent
8b98167f9a
commit
85b372f02f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'bat'
|
# Template file for 'bat'
|
||||||
pkgname=bat
|
pkgname=bat
|
||||||
version=0.22.1
|
version=0.22.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake llvm clang"
|
hostmakedepends="cmake llvm clang pkg-config"
|
||||||
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
|
makedepends="libcurl-devel libgit2-devel libssh2-devel oniguruma-devel"
|
||||||
short_desc="Cat(1) clone with syntax highlighting and Git integration"
|
short_desc="Cat(1) clone with syntax highlighting and Git integration"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
|
@ -15,7 +15,7 @@ checksum=25e45debf7c86794281d63a51564feefa96fdfdf575381e3adc5c06653ecaeca
|
||||||
|
|
||||||
# skip problematic doctests on i686
|
# skip problematic doctests on i686
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) make_check_args="-- --skip src/";;
|
i686) make_check_args="--tests";;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue