mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bat: update to 0.15.1.
This commit is contained in:
parent
9a7f622df4
commit
31d248e0f4
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'bat'
|
# Template file for 'bat'
|
||||||
pkgname=bat
|
pkgname=bat
|
||||||
version=0.15.0
|
version=0.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake llvm"
|
hostmakedepends="cmake llvm clang"
|
||||||
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
|
makedepends="libcurl-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 <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/sharkdp/bat"
|
homepage="https://github.com/sharkdp/bat"
|
||||||
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
|
||||||
checksum=702b330d2938426679b3b0d50334b1518b4fb1d779220f2e32e68dfa1bb9fc0f
|
checksum=6f64899870bb16abd82a86c6a34c165f78603514e6ebb8ddf920b59095eba57d
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
|
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue